Author: tchemit Date: 2010-06-29 14:17:03 +0200 (Tue, 29 Jun 2010) New Revision: 2005 Url: http://nuiton.org/repositories/revision/jaxx/2005 Log: Evolution #740: Use nuiton-utils 1.3.1 fix plexus runtime dependency Modified: trunk/maven-jaxx-plugin/pom.xml trunk/pom.xml Modified: trunk/maven-jaxx-plugin/pom.xml =================================================================== --- trunk/maven-jaxx-plugin/pom.xml 2010-06-29 11:28:06 UTC (rev 2004) +++ trunk/maven-jaxx-plugin/pom.xml 2010-06-29 12:17:03 UTC (rev 2005) @@ -131,6 +131,13 @@ <classifier>tests</classifier> </dependency> + <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <scope>compile</scope> + </dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-29 11:28:06 UTC (rev 2004) +++ trunk/pom.xml 2010-06-29 12:17:03 UTC (rev 2005) @@ -367,6 +367,14 @@ </exclusions> </dependency> + <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.5.15</version> + <scope>compile</scope> + </dependency> + </dependencies> </dependencyManagement> @@ -390,7 +398,7 @@ <!-- pour un muli module on doit fixer le projectId --> <projectId>jaxx</projectId> - <lutinutil.version>1.3.1</lutinutil.version> + <lutinutil.version>1.3.2-SNAPSHOT</lutinutil.version> <i18n.version>1.2.3-SNAPSHOT</i18n.version>
participants (1)
-
tchemit@users.nuiton.org