[jboss-cvs] JBossAS SVN: r81579 - in trunk: thirdparty and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Nov 25 17:45:41 EST 2008
Author: pgier
Date: 2008-11-25 17:45:41 -0500 (Tue, 25 Nov 2008)
New Revision: 81579
Modified:
trunk/component-matrix/pom.xml
trunk/thirdparty/pom.xml
Log:
[JBAS-6055] Exclude extra ant dependency.
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2008-11-25 22:20:31 UTC (rev 81578)
+++ trunk/component-matrix/pom.xml 2008-11-25 22:45:41 UTC (rev 81579)
@@ -112,6 +112,7 @@
<exclude>javax.xml.bind:jaxb-api</exclude>
<exclude>com.sun.xml.ws:jaxws-tools</exclude>
<exclude>apache-xerces:xercesImpl</exclude>
+ <exclude>ant:ant</exclude>
</excludes>
</bannedDependencies>
</rules>
@@ -146,9 +147,9 @@
</dependency>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.6.5</version>
+ <version>1.7.1</version>
</dependency>
<dependency>
@@ -1034,13 +1035,6 @@
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-ant-tasks</artifactId>
- <version>2.0.8</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-lgpl</artifactId>
<version>3.2.6</version>
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2008-11-25 22:20:31 UTC (rev 81578)
+++ trunk/thirdparty/pom.xml 2008-11-25 22:45:41 UTC (rev 81579)
@@ -208,13 +208,6 @@
</mapping>
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-ant-tasks</artifactId>
- <mapping>
- <componentId>apache-maven-ant-tasks</componentId>
- </mapping>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<mapping>
@@ -1026,11 +1019,6 @@
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-ant-tasks</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>apache-myfaces</groupId>
<artifactId>myfaces-impl</artifactId>
</dependency>
More information about the jboss-cvs-commits
mailing list