Author: oheger Date: Sun Apr 27 19:34:51 2014 New Revision: 1590467 URL: http://svn.apache.org/r1590467 Log: [CONFIGURATION-577] Removed dependency to Commons Collections.
Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1590467&r1=1590466&r2=1590467&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Sun Apr 27 19:34:51 2014 @@ -214,13 +214,6 @@ <dependencies> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> - <optional>true</optional> - </dependency> - - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.2.1</version>