You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2010/01/06 21:42:48 UTC

svn commit: r896660 - /sling/trunk/bundles/jcr/jackrabbit-server/pom.xml

Author: fmeschbe
Date: Wed Jan  6 20:42:42 2010
New Revision: 896660

URL: http://svn.apache.org/viewvc?rev=896660&view=rev
Log:
SLING-1272 Update dependency to JCR Base bundle and add dependency to Jackrabbit API library

Modified:
    sling/trunk/bundles/jcr/jackrabbit-server/pom.xml

Modified: sling/trunk/bundles/jcr/jackrabbit-server/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-server/pom.xml?rev=896660&r1=896659&r2=896660&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/jackrabbit-server/pom.xml Wed Jan  6 20:42:42 2010
@@ -236,13 +236,19 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.base</artifactId>
-            <version>2.0.2-incubator</version>
+            <version>2.0.4-incubator</version>
             <scope>compile</scope>
         </dependency>
         
         <!-- The core repository implementation -->
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-api</artifactId>
+            <version>1.6.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-core</artifactId>
             <version>1.6.0</version>
             <scope>compile</scope>