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:41:04 UTC

svn commit: r1797277 - /sling/trunk/testing/tools/pom.xml

Author: pauls
Date: Thu Jun  1 21:41:03 2017
New Revision: 1797277

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

Modified:
    sling/trunk/testing/tools/pom.xml

Modified: sling/trunk/testing/tools/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/tools/pom.xml?rev=1797277&r1=1797276&r2=1797277&view=diff
==============================================================================
--- sling/trunk/testing/tools/pom.xml (original)
+++ sling/trunk/testing/tools/pom.xml Thu Jun  1 21:41:03 2017
@@ -112,8 +112,8 @@
            <scope>compile</scope>
         </dependency>
         <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>
           <scope>test</scope>
         </dependency>