[jboss-cvs] JBossAS SVN: r81583 - in trunk: thirdparty and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Nov 25 18:34:50 EST 2008
Author: pgier
Date: 2008-11-25 18:34:50 -0500 (Tue, 25 Nov 2008)
New Revision: 81583
Modified:
trunk/component-matrix/pom.xml
trunk/thirdparty/pom.xml
Log:
[JBAS-6055] Add maven-ant-tasks back into build since it is used in the testsuite.
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2008-11-25 23:02:27 UTC (rev 81582)
+++ trunk/component-matrix/pom.xml 2008-11-25 23:34:50 UTC (rev 81583)
@@ -129,6 +129,19 @@
<dependencies>
<dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-ant-tasks</artifactId>
+ <version>2.0.9</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.seam.integration</groupId>
<artifactId>jboss-seam-int-microcontainer</artifactId>
<version>${version.seam.integration}</version>
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2008-11-25 23:02:27 UTC (rev 81582)
+++ trunk/thirdparty/pom.xml 2008-11-25 23:34:50 UTC (rev 81583)
@@ -934,6 +934,13 @@
<componentId>apache-xerces</componentId>
</mapping>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-ant-tasks</artifactId>
+ <mapping>
+ <componentId>apache-maven-ant-tasks</componentId>
+ </mapping>
+ </dependency>
<!-- End mapped dependecies -->
@@ -947,6 +954,11 @@
<dependencies>
<dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-ant-tasks</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam.integration</groupId>
<artifactId>jboss-seam-int-microcontainer</artifactId>
</dependency>
More information about the jboss-cvs-commits
mailing list