Author: tchemit Date: 2009-08-24 21:32:05 +0200 (Mon, 24 Aug 2009) New Revision: 616 Modified: trunk/maven-eugene-plugin/pom.xml Log: no more ant in this module Modified: trunk/maven-eugene-plugin/pom.xml =================================================================== --- trunk/maven-eugene-plugin/pom.xml 2009-08-24 19:15:31 UTC (rev 615) +++ trunk/maven-eugene-plugin/pom.xml 2009-08-24 19:32:05 UTC (rev 616) @@ -23,21 +23,15 @@ <artifactId>eugene</artifactId> <version>${project.version}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>org.apache.ant</groupId> + <artifactId>ant</artifactId> + </exclusion> + </exclusions> </dependency> - - <!-- TODO TC-20090823 remove ant deps --> - <!--dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant-trax</artifactId> - </dependency--> - - <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> </dependency> @@ -90,11 +84,6 @@ </plugins> - <pluginManagement> - <plugins> - - </plugins> - </pluginManagement> </build> <!--Site-->