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

svn commit: r1805291 - /sling/trunk/bundles/commons/testing/pom.xml

Author: rombert
Date: Thu Aug 17 14:14:22 2017
New Revision: 1805291

URL: http://svn.apache.org/viewvc?rev=1805291&view=rev
Log:
SLING-7060 - Allow running a test only if a certain bundle is present at
a certain version

Fix dependency scope

Modified:
    sling/trunk/bundles/commons/testing/pom.xml

Modified: sling/trunk/bundles/commons/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/testing/pom.xml?rev=1805291&r1=1805290&r2=1805291&view=diff
==============================================================================
--- sling/trunk/bundles/commons/testing/pom.xml (original)
+++ sling/trunk/bundles/commons/testing/pom.xml Thu Aug 17 14:14:22 2017
@@ -145,7 +145,7 @@
           <groupId>org.apache.sling</groupId>
           <artifactId>org.apache.sling.commons.johnzon</artifactId>
           <version>1.0.0</version>
-          <scope>copmile</scope>
+          <scope>compile</scope>
         </dependency>