You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/03/14 23:12:52 UTC

svn commit: r1786964 - /sling/trunk/testing/mocks/resourceresolver-mock/pom.xml

Author: sseifert
Date: Tue Mar 14 23:12:51 2017
New Revision: 1786964

URL: http://svn.apache.org/viewvc?rev=1786964&view=rev
Log:
SLING-6521 set dependency org.osgi.compendium to 'provided'

Modified:
    sling/trunk/testing/mocks/resourceresolver-mock/pom.xml

Modified: sling/trunk/testing/mocks/resourceresolver-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/resourceresolver-mock/pom.xml?rev=1786964&r1=1786963&r2=1786964&view=diff
==============================================================================
--- sling/trunk/testing/mocks/resourceresolver-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/resourceresolver-mock/pom.xml Tue Mar 14 23:12:51 2017
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>