Author: tchemit Date: 2008-07-23 10:27:17 +0000 (Wed, 23 Jul 2008) New Revision: 767 Modified: trunk/lutinjaxx/maven/pom.xml trunk/lutinjaxx/pom.xml Log: clean dependencies Modified: trunk/lutinjaxx/maven/pom.xml =================================================================== --- trunk/lutinjaxx/maven/pom.xml 2008-07-23 08:06:48 UTC (rev 766) +++ trunk/lutinjaxx/maven/pom.xml 2008-07-23 10:27:17 UTC (rev 767) @@ -50,21 +50,21 @@ <artifactId>maven-plugin-api</artifactId> <scope>compile</scope> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <scope>compile</scope> - </dependency> + </dependency--> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <scope>compile</scope> </dependency> - <dependency> + <!--dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <scope>compile</scope> - </dependency> + </dependency--> </dependencies> <!-- ************************************************************* --> Modified: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml 2008-07-23 08:06:48 UTC (rev 766) +++ trunk/lutinjaxx/pom.xml 2008-07-23 10:27:17 UTC (rev 767) @@ -247,24 +247,13 @@ <version>2.0.4</version> <scope>compile</scope> </dependency> + <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - <version>2.0.4</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>2.0.4</version> <scope>compile</scope> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>1.0.5</version> - <scope>compile</scope> - </dependency> </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.labs.libre-entreprise.org