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/10/10 15:40:44 UTC

svn commit: r1811715 - /sling/trunk/bundles/jcr/contentparser/pom.xml

Author: sseifert
Date: Tue Oct 10 15:40:43 2017
New Revision: 1811715

URL: http://svn.apache.org/viewvc?rev=1811715&view=rev
Log:
set dependency scope for javax.json to provided because artifactId is different for newer version of the spec

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

Modified: sling/trunk/bundles/jcr/contentparser/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/contentparser/pom.xml?rev=1811715&r1=1811714&r2=1811715&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/contentparser/pom.xml (original)
+++ sling/trunk/bundles/jcr/contentparser/pom.xml Tue Oct 10 15:40:43 2017
@@ -81,7 +81,7 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-json_1.0_spec</artifactId>
             <version>1.0-alpha-1</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>