You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2011/12/08 11:27:26 UTC

svn commit: r1211803 - /sling/trunk/bundles/jcr/webdav/pom.xml

Author: cziegeler
Date: Thu Dec  8 10:27:25 2011
New Revision: 1211803

URL: http://svn.apache.org/viewvc?rev=1211803&view=rev
Log:
Add scope provided to dependencies

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

Modified: sling/trunk/bundles/jcr/webdav/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webdav/pom.xml?rev=1211803&r1=1211802&r2=1211803&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/webdav/pom.xml (original)
+++ sling/trunk/bundles/jcr/webdav/pom.xml Thu Dec  8 10:27:25 2011
@@ -98,16 +98,19 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.api</artifactId>
             <version>2.0.6</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.osgi</artifactId>
             <version>2.0.4-incubator</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.mime</artifactId>
             <version>2.0.2-incubator</version>
+            <scope>provided</scope>
         </dependency>
         
         <dependency>