Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Level 10

Use the AEM dependency finder:

[img]deFinder.png[/img]

The URL is: 

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

View solution in original post

2 Replies

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

Correct answer by
Level 10

Use the AEM dependency finder:

[img]deFinder.png[/img]

The URL is: 

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