You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/06/01 21:40:14 UTC

svn commit: r1797275 - /sling/trunk/testing/junit/teleporter/pom.xml

Author: pauls
Date: Thu Jun  1 21:40:14 2017
New Revision: 1797275

URL: http://svn.apache.org/viewvc?rev=1797275&view=rev
Log:
Switch to commons.johnzon

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=1797275&r1=1797274&r2=1797275&view=diff
==============================================================================
--- sling/trunk/testing/junit/teleporter/pom.xml (original)
+++ sling/trunk/testing/junit/teleporter/pom.xml Thu Jun  1 21:40:14 2017
@@ -86,8 +86,8 @@
     </dependency>
     <!-- JSR 353 (JSON-P 1.0) implementation -->
     <dependency>
-      <groupId>org.apache.johnzon</groupId>
-      <artifactId>johnzon-core</artifactId>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.commons.johnzon</artifactId>
       <version>1.0.0</version>
       <!-- this dependency is necessary at test execution time from dependent modules 
            and must therefore be available transitively