SLING-6888: Remove commons.json and org.json excludes.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1796937 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5496793..0a3cd7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,12 +310,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>