Author: dcosse Date: 2014-09-29 10:27:32 +0200 (Mon, 29 Sep 2014) New Revision: 3925 Url: http://forge.chorem.org/projects/lima/repository/revisions/3925 Log: correction du pom, probl?\195?\168me de d?\195?\169pendance sur nuiton-converter Modified: trunk/lima-swing/pom.xml trunk/pom.xml Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2014-09-26 15:58:02 UTC (rev 3924) +++ trunk/lima-swing/pom.xml 2014-09-29 08:27:32 UTC (rev 3925) @@ -160,6 +160,11 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-converter</artifactId> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-09-26 15:58:02 UTC (rev 3924) +++ trunk/pom.xml 2014-09-29 08:27:32 UTC (rev 3925) @@ -177,6 +177,7 @@ <nuitonDecoratorVersion>3.0-alpha-3</nuitonDecoratorVersion> <nuitonProfilingVersion>3.0</nuitonProfilingVersion> <nuitonCsvVersion>3.0-rc-4</nuitonCsvVersion> + <nuitonConverterVersion>1.0</nuitonConverterVersion> <eugeneVersion>3.0-SNAPSHOT</eugeneVersion> <topiaVersion>3.0-SNAPSHOT</topiaVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> @@ -341,6 +342,12 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-converter</artifactId> + <version>${nuitonConverterVersion}</version> + </dependency> + + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>${h2Version}</version>
participants (1)
-
dcosse@users.chorem.org