[seam-commits] Seam SVN: r8767 - branches/Seam_2_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 21 13:41:52 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-08-21 13:41:52 -0400 (Thu, 21 Aug 2008)
New Revision: 8767
Modified:
branches/Seam_2_0/build/root.pom.xml
Log:
Fix the build on the branch
Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml 2008-08-21 14:46:34 UTC (rev 8766)
+++ branches/Seam_2_0/build/root.pom.xml 2008-08-21 17:41:52 UTC (rev 8767)
@@ -128,6 +128,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