Author: tchemit Date: 2009-08-23 19:06:17 +0200 (Sun, 23 Aug 2009) New Revision: 609 Modified: trunk/maven-eugene-plugin/pom.xml trunk/pom.xml Log: remove ant deps Modified: trunk/maven-eugene-plugin/pom.xml =================================================================== --- trunk/maven-eugene-plugin/pom.xml 2009-08-23 17:04:57 UTC (rev 608) +++ trunk/maven-eugene-plugin/pom.xml 2009-08-23 17:06:17 UTC (rev 609) @@ -27,7 +27,7 @@ <!-- TODO TC-20090823 remove ant deps --> - <dependency> + <!--dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> </dependency> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-trax</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.apache.maven</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-23 17:04:57 UTC (rev 608) +++ trunk/pom.xml 2009-08-23 17:06:17 UTC (rev 609) @@ -112,7 +112,7 @@ </dependency> <!-- TODO TC-20090823 remove ant deps --> - <dependency> + <!--dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>${ant.version}</version> @@ -124,7 +124,7 @@ <artifactId>ant-trax</artifactId> <version>${ant.version}</version> <scope>runtime</scope> - </dependency> + </dependency--> <dependency> <groupId>org.apache.maven</groupId>
participants (1)
-
tchemit@users.nuiton.org