Author: pauls
Date: Tue Mar 28 21:17:30 2017
New Revision: 1789233

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

Modified:
    sling/trunk/bundles/extensions/xss/pom.xml

Modified: sling/trunk/bundles/extensions/xss/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/xss/pom.xml?rev=1789233&r1=1789232&r2=1789233&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/xss/pom.xml (original)
+++ sling/trunk/bundles/extensions/xss/pom.xml Tue Mar 28 21:17:30 2017
@@ -277,9 +277,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.commons.johnzon</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-json_1.0_spec</artifactId>
+            <version>1.0-alpha-1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -299,6 +299,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.johnzon</artifactId>
+            <version>0.1.0-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
         </dependency>


Reply via email to