Author: tchemit Date: 2012-10-25 17:03:45 +0200 (Thu, 25 Oct 2012) New Revision: 1187 Url: http://nuiton.org/repositories/revision/eugene/1187 Log: optimize dependencies Modified: trunk/eugene-java-templates/pom.xml Modified: trunk/eugene-java-templates/pom.xml =================================================================== --- trunk/eugene-java-templates/pom.xml 2012-10-25 14:57:04 UTC (rev 1186) +++ trunk/eugene-java-templates/pom.xml 2012-10-25 15:03:45 UTC (rev 1187) @@ -44,6 +44,21 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>