[seam-commits] Seam SVN: r8766 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 21 10:46:34 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-21 10:46:34 -0400 (Thu, 21 Aug 2008)
New Revision: 8766

Modified:
   trunk/build/root.pom.xml
Log:
try to fix the build

Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml	2008-08-21 14:15:46 UTC (rev 8765)
+++ trunk/build/root.pom.xml	2008-08-21 14:46:34 UTC (rev 8766)
@@ -142,6 +142,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