Author: tchemit Date: 2012-08-19 20:06:37 +0200 (Sun, 19 Aug 2012) New Revision: 440 Url: http://forge.codelutin.com/repositories/revision/sammoa/440 Log: optmize depedencies Modified: trunk/sammoa-application/pom.xml trunk/sammoa-ui-swing/pom.xml Modified: trunk/sammoa-application/pom.xml =================================================================== --- trunk/sammoa-application/pom.xml 2012-08-19 17:51:27 UTC (rev 439) +++ trunk/sammoa-application/pom.xml 2012-08-19 18:06:37 UTC (rev 440) @@ -69,6 +69,11 @@ <artifactId>commons-io</artifactId> </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <!-- logging dependencies --> <dependency> Modified: trunk/sammoa-ui-swing/pom.xml =================================================================== --- trunk/sammoa-ui-swing/pom.xml 2012-08-19 17:51:27 UTC (rev 439) +++ trunk/sammoa-ui-swing/pom.xml 2012-08-19 18:06:37 UTC (rev 440) @@ -100,6 +100,11 @@ <artifactId>nuiton-csv</artifactId> </dependency> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-persistence</artifactId> + </dependency> + <!-- jaxx dependencies --> <dependency> <groupId>org.nuiton.jaxx</groupId>
participants (1)
-
tchemit@users.forge.codelutin.com