내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How does one determine what is the correct version of jackrabbit-standalone***.jar used for an AEM version

Avatar

Level 6

How does one determine what is the correct version of jackrabbit-standalone***.jar for CQ 5.6.1 (I am currently working on) and for CQ 6.1 (will be upgrading to very soon).

 

On http://mvnrepository.com/artifact/org.apache.jackrabbit/jackrabbit-standalone the latest version is 

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-standalone</artifactId>
    <version>1.6.5</version>
</dependency>

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Use the AEM dependency finder:

[img]deFinder.png[/img]

The URL is: 

http://localhost:4502/system/console/depfinder

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Employee

Hi Clive,

jackrabbit-standalone is used to run a standalone JCR. It wouldn't be typical to use this with AEM because you are generally going to be using the JCR bootstrap by AEM. Can you explain what you are trying to accomplish?

Regards,

Justin

Avatar

정확한 답변 작성자:
Level 10

Use the AEM dependency finder:

[img]deFinder.png[/img]

The URL is: 

http://localhost:4502/system/console/depfinder