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/03/28 21:17:34 UTC

svn commit: r1789234 - /sling/trunk/bundles/jcr/contentloader/pom.xml

Author: pauls
Date: Tue Mar 28 21:17:33 2017
New Revision: 1789234

URL: http://svn.apache.org/viewvc?rev=1789234&view=rev
Log:
SLING-6687: Switch to geronimo provider for javax.json api.

Modified:
    sling/trunk/bundles/jcr/contentloader/pom.xml

Modified: sling/trunk/bundles/jcr/contentloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/contentloader/pom.xml?rev=1789234&r1=1789233&r2=1789234&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/contentloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/contentloader/pom.xml Tue Mar 28 21:17:33 2017
@@ -285,10 +285,16 @@
         </exclusions>
     </dependency>
     <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-json_1.0_spec</artifactId>
+        <version>1.0-alpha-1</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.commons.johnzon</artifactId>
         <version>0.1.0-SNAPSHOT</version>
-        <scope>provided</scope>
+        <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>org.apache.sling</groupId>