r1165 - in trunk: tutti-persistence tutti-ui-swing
Author: tchemit Date: 2013-08-22 21:22:29 +0200 (Thu, 22 Aug 2013) New Revision: 1165 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1165 Log: optimize dependencies Modified: trunk/tutti-persistence/pom.xml trunk/tutti-ui-swing/pom.xml Modified: trunk/tutti-persistence/pom.xml =================================================================== --- trunk/tutti-persistence/pom.xml 2013-08-22 18:08:02 UTC (rev 1164) +++ trunk/tutti-persistence/pom.xml 2013-08-22 19:22:29 UTC (rev 1165) @@ -90,6 +90,11 @@ </dependency> <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </dependency> + + <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2013-08-22 18:08:02 UTC (rev 1164) +++ trunk/tutti-ui-swing/pom.xml 2013-08-22 19:22:29 UTC (rev 1165) @@ -121,6 +121,11 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-decorator</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency>
participants (1)
-
tchemit@users.forge.codelutin.com