Author: tchemit Date: 2011-01-25 15:45:38 +0100 (Tue, 25 Jan 2011) New Revision: 2168 Url: http://nuiton.org/repositories/revision/jaxx/2168 Log: optimize dependencies Modified: trunk/jaxx-tutorial-validation/pom.xml trunk/jaxx-validator/pom.xml Modified: trunk/jaxx-tutorial-validation/pom.xml =================================================================== --- trunk/jaxx-tutorial-validation/pom.xml 2011-01-25 14:08:37 UTC (rev 2167) +++ trunk/jaxx-tutorial-validation/pom.xml 2011-01-25 14:45:38 UTC (rev 2168) @@ -70,6 +70,11 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-validator</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> @@ -80,6 +85,16 @@ </dependency> <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>jxlayer</artifactId> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>runtime</scope> Modified: trunk/jaxx-validator/pom.xml =================================================================== --- trunk/jaxx-validator/pom.xml 2011-01-25 14:08:37 UTC (rev 2167) +++ trunk/jaxx-validator/pom.xml 2011-01-25 14:45:38 UTC (rev 2168) @@ -82,11 +82,6 @@ </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> - - <dependency> <groupId>org.swinglabs</groupId> <artifactId>jxlayer</artifactId> </dependency>
participants (1)
-
tchemit@users.nuiton.org