You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/03/07 14:07:33 UTC

svn commit: r1733925 - /sling/trunk/bundles/extensions/validation/core/pom.xml

Author: olli
Date: Mon Mar  7 13:07:33 2016
New Revision: 1733925

URL: http://svn.apache.org/viewvc?rev=1733925&view=rev
Log:
add missing scope test for org.apache.sling.testing.sling-mock

Modified:
    sling/trunk/bundles/extensions/validation/core/pom.xml

Modified: sling/trunk/bundles/extensions/validation/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/core/pom.xml?rev=1733925&r1=1733924&r2=1733925&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/core/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/core/pom.xml Mon Mar  7 13:07:33 2016
@@ -177,6 +177,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock</artifactId>
             <version>1.3.0</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>