[seam-commits] Seam SVN: r8768 - branches/Seam_2_0_FP/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 21 16:15:43 EDT 2008
Author: manaRH
Date: 2008-08-21 16:15:43 -0400 (Thu, 21 Aug 2008)
New Revision: 8768
Modified:
branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1095 - next step
Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml 2008-08-21 17:41:52 UTC (rev 8767)
+++ branches/Seam_2_0_FP/build/root.pom.xml 2008-08-21 20:15:43 UTC (rev 8768)
@@ -133,6 +133,12 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the seam-commits
mailing list