Author: kwin
Date: Wed Apr  5 14:34:45 2017
New Revision: 1790277

URL: http://svn.apache.org/viewvc?rev=1790277&view=rev
Log:
johnzon is necessary during test execution, therefore must be in transitive 
classpaths -> scope=runtime

Modified:
    sling/trunk/testing/junit/teleporter/pom.xml

Modified: sling/trunk/testing/junit/teleporter/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/junit/teleporter/pom.xml?rev=1790277&r1=1790276&r2=1790277&view=diff
==============================================================================
--- sling/trunk/testing/junit/teleporter/pom.xml (original)
+++ sling/trunk/testing/junit/teleporter/pom.xml Wed Apr  5 14:34:45 2017
@@ -89,7 +89,10 @@
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-core</artifactId>
       <version>1.0.0</version>
-      <scope>test</scope>
+      <!-- this dependency is necessary at test execution time from dependent 
modules 
+           and must therefore be available transitively 
+           
(https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope)
 -->
+      <scope>runtime</scope> 
     </dependency>
     <!-- JSR 353 API -->
     <dependency>


Reply via email to