You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by da...@apache.org on 2008/02/09 23:15:57 UTC

svn commit: r620207 - /incubator/abdera/java/trunk/adapters/jcr/pom.xml

Author: dandiep
Date: Sat Feb  9 14:15:56 2008
New Revision: 620207

URL: http://svn.apache.org/viewvc?rev=620207&view=rev
Log:
Upgrade to jackrabbit 1.4 as a) we should and b) it has a fix for JCR-928 which we were having problems with.

Modified:
    incubator/abdera/java/trunk/adapters/jcr/pom.xml

Modified: incubator/abdera/java/trunk/adapters/jcr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/adapters/jcr/pom.xml?rev=620207&r1=620206&r2=620207&view=diff
==============================================================================
--- incubator/abdera/java/trunk/adapters/jcr/pom.xml (original)
+++ incubator/abdera/java/trunk/adapters/jcr/pom.xml Sat Feb  9 14:15:56 2008
@@ -87,13 +87,19 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>1.3.1</version>
+      <version>1.4</version>
     </dependency>
     
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>1.3.1</version>
+      <version>1.4</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>javax.jcr</groupId>
+      <artifactId>jcr</artifactId>
+      <version>1.0</version>
     </dependency>
 
   </dependencies>