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/05/30 20:36:38 UTC

svn commit: r1796938 - /sling/trunk/bundles/extensions/discovery/oak/pom.xml

Author: pauls
Date: Tue May 30 20:36:38 2017
New Revision: 1796938

URL: http://svn.apache.org/viewvc?rev=1796938&view=rev
Log:
SLING-6888: Remove commons.json and org.json excludes.

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

Modified: sling/trunk/bundles/extensions/discovery/oak/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/oak/pom.xml?rev=1796938&r1=1796937&r2=1796938&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Tue May 30 20:36:38 2017
@@ -302,12 +302,6 @@
             <artifactId>org.apache.sling.testing.sling-mock</artifactId>
             <version>1.2.0</version>
             <scope>test</scope>
-            <exclusions>
-            <exclusion>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.commons.json</artifactId>
-            </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
         	<groupId>org.apache.jackrabbit</groupId>