Author: fdesbois Date: 2012-09-12 17:48:57 +0200 (Wed, 12 Sep 2012) New Revision: 579 Url: http://forge.codelutin.com/repositories/revision/sammoa/579 Log: missing dependency joda-time Modified: trunk/sammoa-ui-swing/pom.xml Modified: trunk/sammoa-ui-swing/pom.xml =================================================================== --- trunk/sammoa-ui-swing/pom.xml 2012-09-12 15:48:20 UTC (rev 578) +++ trunk/sammoa-ui-swing/pom.xml 2012-09-12 15:48:57 UTC (rev 579) @@ -88,6 +88,11 @@ </dependency> <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency>