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:31:53 UTC

svn commit: r1211807 - /sling/trunk/bundles/jcr/webconsole/pom.xml

Author: cziegeler
Date: Thu Dec  8 10:31:52 2011
New Revision: 1211807

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

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

Modified: sling/trunk/bundles/jcr/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webconsole/pom.xml?rev=1211807&r1=1211806&r2=1211807&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/webconsole/pom.xml (original)
+++ sling/trunk/bundles/jcr/webconsole/pom.xml Thu Dec  8 10:31:52 2011
@@ -88,11 +88,13 @@
             <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.felix</groupId>
             <artifactId>org.apache.felix.webconsole</artifactId>
             <version>3.0.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>