14 Oct
2012
14 Oct
'12
9:28 a.m.
Author: tchemit Date: 2012-10-14 11:28:08 +0200 (Sun, 14 Oct 2012) New Revision: 866 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/866 Log: optmize dependencies Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-13 21:46:49 UTC (rev 865) +++ trunk/pom.xml 2012-10-14 09:28:08 UTC (rev 866) @@ -53,6 +53,11 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency>