You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/02/23 16:11:24 UTC

svn commit: r915371 - in /sling/trunk/bundles: jcr/webdav/pom.xml servlets/post/pom.xml

Author: justin
Date: Tue Feb 23 15:11:23 2010
New Revision: 915371

URL: http://svn.apache.org/viewvc?rev=915371&view=rev
Log:
SLING-1405 - fixing duplicate dependencies

SLING-1405 - fixing duplicate depencencies

removing dupe jcr dependency

SLING-1405 - fixing jcr.webdav pom

remove provided scope

Modified:
    sling/trunk/bundles/jcr/webdav/pom.xml
    sling/trunk/bundles/servlets/post/pom.xml

Modified: sling/trunk/bundles/jcr/webdav/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webdav/pom.xml?rev=915371&r1=915370&r2=915371&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/webdav/pom.xml (original)
+++ sling/trunk/bundles/jcr/webdav/pom.xml Tue Feb 23 15:11:23 2010
@@ -113,13 +113,7 @@
             <artifactId>org.apache.sling.commons.mime</artifactId>
             <version>2.0.2-incubator</version>
         </dependency>
-
-        <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <version>2.0</version>
-            <scope>provided</scope>
-        </dependency>
+        
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-server</artifactId>
@@ -130,6 +124,7 @@
         <dependency>
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
+            <version>2.0</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>

Modified: sling/trunk/bundles/servlets/post/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=915371&r1=915370&r2=915371&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/post/pom.xml (original)
+++ sling/trunk/bundles/servlets/post/pom.xml Tue Feb 23 15:11:23 2010
@@ -120,11 +120,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.resource</artifactId>
             <version>2.0.6</version>