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:29:22 UTC

svn commit: r1796935 - /sling/trunk/bundles/extensions/discovery/base/pom.xml

Author: pauls
Date: Tue May 30 20:29:22 2017
New Revision: 1796935

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

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

Modified: sling/trunk/bundles/extensions/discovery/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/base/pom.xml?rev=1796935&r1=1796934&r2=1796935&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/base/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/base/pom.xml Tue May 30 20:29:22 2017
@@ -325,12 +325,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>
     </dependencies>
 </project>