Author: echatellier Date: 2010-11-18 09:57:20 +0100 (Thu, 18 Nov 2010) New Revision: 313 Url: http://nuiton.org/repositories/revision/nuiton-widgets/313 Log: Fix dependencies Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-18 08:47:59 UTC (rev 312) +++ trunk/pom.xml 2010-11-18 08:57:20 UTC (rev 313) @@ -23,6 +23,13 @@ <version>1.5.1</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + <version>1.2.2</version> + <scope>compile</scope> + </dependency> <!-- cl patch is same but without system.out --> <dependency>
participants (1)
-
echatellier@users.nuiton.org