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:36:55 UTC

svn commit: r1811714 - /sling/trunk/tooling/maven/maven-sling-plugin/pom.xml

Author: sseifert
Date: Tue Oct 10 15:36:55 2017
New Revision: 1811714

URL: http://svn.apache.org/viewvc?rev=1811714&view=rev
Log:
eliminate duplicate dependency to javax.json specs

Modified:
    sling/trunk/tooling/maven/maven-sling-plugin/pom.xml

Modified: sling/trunk/tooling/maven/maven-sling-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-sling-plugin/pom.xml?rev=1811714&r1=1811713&r2=1811714&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-sling-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-sling-plugin/pom.xml Tue Oct 10 15:36:55 2017
@@ -145,6 +145,12 @@
             <artifactId>org.apache.sling.jcr.contentparser</artifactId>
             <version>1.2.4</version>
             <scope>compile</scope>
+            <exclusions>
+              <exclusion>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-json_1.0_spec</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>