Author: sseifert
Date: Thu Mar 30 19:50:59 2017
New Revision: 1789561

URL: http://svn.apache.org/viewvc?rev=1789561&view=rev
Log:
cosmetic: make sure johnzon is references in test scope

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=1789561&r1=1789560&r2=1789561&view=diff
==============================================================================
--- sling/trunk/testing/junit/teleporter/pom.xml (original)
+++ sling/trunk/testing/junit/teleporter/pom.xml Thu Mar 30 19:50:59 2017
@@ -89,12 +89,14 @@
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-core</artifactId>
       <version>1.0.0</version>
+      <scope>test</scope>
     </dependency>
     <!-- JSR 353 API -->
     <dependency>
        <groupId>org.apache.geronimo.specs</groupId>
        <artifactId>geronimo-json_1.0_spec</artifactId>
        <version>1.0-alpha-1</version>
+       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>


Reply via email to