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/20 12:55:28 UTC

svn commit: r1787758 - /sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml

Author: sseifert
Date: Mon Mar 20 12:55:28 2017
New Revision: 1787758

URL: http://svn.apache.org/viewvc?rev=1787758&view=rev
Log:
SLING-6670 set dependencies to osgi-mock, sling-mock to "provided" - should be controlled by the main project

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

Modified: sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml?rev=1787758&r1=1787757&r2=1787758&view=diff
==============================================================================
--- sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml (original)
+++ sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml Mon Mar 20 12:55:28 2017
@@ -81,13 +81,13 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
             <version>2.2.0</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock</artifactId>
             <version>1.9.0</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
     </dependencies>