Hi all,
I'm trying to use the jackrabbit-jca-1.4-SNAPSHOT.rar by adding a maven dependency in my project. The pom.xml fragment is below:

<dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jca</artifactId>
       <version>1.4-SNAPSHOT</version>
       <type>rar</type>
       <scope>provided</scope>
   </dependency>

I've also added the repository entry for people.apache.org repository. If I change the above to get, say, jackrabbit-core then it downloads properly. But for jca alone, it cannot download. Is there anything additional that I need to do to get the rar? Am I missing something here?

-Karthik

Reply via email to