Author: tchemit Date: 2012-10-12 21:12:10 +0200 (Fri, 12 Oct 2012) New Revision: 634 Url: http://forge.codelutin.com/repositories/revision/sammoa/634 Log: optimize dependencies Modified: trunk/sammoa-ui-swing/pom.xml Modified: trunk/sammoa-ui-swing/pom.xml =================================================================== --- trunk/sammoa-ui-swing/pom.xml 2012-10-12 19:03:27 UTC (rev 633) +++ trunk/sammoa-ui-swing/pom.xml 2012-10-12 19:12:10 UTC (rev 634) @@ -74,6 +74,11 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency>
participants (1)
-
tchemit@users.forge.codelutin.com