Author: cziegeler
Date: Fri Aug 25 09:30:19 2017
New Revision: 1806136

URL: http://svn.apache.org/viewvc?rev=1806136&view=rev
Log:
Remove unused collections dependency

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=1806136&r1=1806135&r2=1806136&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/contentparser/pom.xml (original)
+++ sling/trunk/bundles/jcr/contentparser/pom.xml Fri Aug 25 09:30:19 2017
@@ -72,12 +72,6 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.2.1</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>2.4</version>


Reply via email to