Author: bpoussin Date: 2010-10-13 14:38:37 +0200 (Wed, 13 Oct 2010) New Revision: 399 Url: http://nuiton.org/repositories/revision/wikitty/399 Log: modification de la dependance i18n, je ne comprend pas comment ca pouvait marcher (mauvais groupId et mauvais artefactId :() Modified: trunk/pom.xml trunk/wikitty-api/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-08 23:51:58 UTC (rev 398) +++ trunk/pom.xml 2010-10-13 12:38:37 UTC (rev 399) @@ -145,6 +145,13 @@ </dependency> <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + <version>1.2.2</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.4c</version> Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-10-08 23:51:58 UTC (rev 398) +++ trunk/wikitty-api/pom.xml 2010-10-13 12:38:37 UTC (rev 399) @@ -68,6 +68,11 @@ </dependency> <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> </dependency>