Author: dgolovin
Date: 2011-11-15 13:41:58 -0500 (Tue, 15 Nov 2011)
New Revision: 36353
Modified:
trunk/build/parent/pom.xml
Log:
added ant-optional to fix jbossas-riftsaw requirement
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2011-11-15 18:40:05 UTC (rev 36352)
+++ trunk/build/parent/pom.xml 2011-11-15 18:41:58 UTC (rev 36353)
@@ -668,6 +668,17 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-optional</artifactId>
+ <version>1.5.3-1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven.antrun.plugin.version}</version>