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:26 UTC

svn commit: r1789231 - /sling/trunk/bundles/extensions/discovery/commons/pom.xml

Author: pauls
Date: Tue Mar 28 21:17:25 2017
New Revision: 1789231

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

Modified:
    sling/trunk/bundles/extensions/discovery/commons/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/commons/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/commons/pom.xml?rev=1789231&r1=1789230&r2=1789231&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/commons/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/commons/pom.xml Tue Mar 28 21:17:25 2017
@@ -117,10 +117,16 @@
             <scope>provided</scope>
         </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>