Author: fmeschbe
Date: Fri May 18 17:26:32 2012
New Revision: 1340178

URL: http://svn.apache.org/viewvc?rev=1340178&view=rev
Log:
SLING-2488 Update Sling jcr.api dependency to 2.0.4 and add an explicit 
dependency to the JCR API

Modified:
    sling/trunk/testing/junit/scriptable/pom.xml

Modified: sling/trunk/testing/junit/scriptable/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/pom.xml?rev=1340178&r1=1340177&r2=1340178&view=diff
==============================================================================
--- sling/trunk/testing/junit/scriptable/pom.xml (original)
+++ sling/trunk/testing/junit/scriptable/pom.xml Fri May 18 17:26:32 2012
@@ -92,10 +92,14 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.api</artifactId>
-            <version>2.0.2-incubator</version>
+            <version>2.0.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.resource</artifactId>
             <version>2.0.6</version>


Reply via email to