You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/05/23 21:43:48 UTC

svn commit: r1795973 - /sling/branches/testing/mocks/sling-mock-1.x/pom.xml

Author: sseifert
Date: Tue May 23 21:43:48 2017
New Revision: 1795973

URL: http://svn.apache.org/viewvc?rev=1795973&view=rev
Log:
SLING-6874 add johnzon-core dependency

Modified:
    sling/branches/testing/mocks/sling-mock-1.x/pom.xml

Modified: sling/branches/testing/mocks/sling-mock-1.x/pom.xml
URL: http://svn.apache.org/viewvc/sling/branches/testing/mocks/sling-mock-1.x/pom.xml?rev=1795973&r1=1795972&r2=1795973&view=diff
==============================================================================
--- sling/branches/testing/mocks/sling-mock-1.x/pom.xml (original)
+++ sling/branches/testing/mocks/sling-mock-1.x/pom.xml Tue May 23 21:43:48 2017
@@ -129,6 +129,12 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.johnzon</groupId>
+            <artifactId>johnzon-core</artifactId>
+            <version>1.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.osgi</artifactId>
             <version>2.2.0</version>