Author: chatellier Date: 2008-11-07 11:49:20 +0000 (Fri, 07 Nov 2008) New Revision: 1210 Modified: topia/trunk/pom.xml Log: Remove ant:ant (we already have org.apache.ant) Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2008-11-07 11:38:17 UTC (rev 1209) +++ topia/trunk/pom.xml 2008-11-07 11:49:20 UTC (rev 1210) @@ -91,6 +91,13 @@ <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-java5</artifactId> <version>1.2.6</version> + <exclusions> + <!-- Fix org.apache.ant conflict) --> + <exclusion> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + </exclusion> + </exclusions> </dependency> <!-- branch 5.1 : ne fonctionne pas en 6+ -->
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org