30 Dec
2012
30 Dec
'12
2:54 p.m.
Author: tchemit Date: 2012-12-30 15:54:59 +0100 (Sun, 30 Dec 2012) New Revision: 2548 Url: http://nuiton.org/projects/jaxx/repository/revisions/2548 Log: optimize dependencies Modified: trunk/jaxx-demo/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2012-12-30 14:45:45 UTC (rev 2547) +++ trunk/jaxx-demo/pom.xml 2012-12-30 14:54:59 UTC (rev 2548) @@ -89,6 +89,11 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency>