Author: veithen
Date: Sun Sep 24 14:25:44 2017
New Revision: 1809517
URL: http://svn.apache.org/viewvc?rev=1809517&view=rev
Log:
Remove the dependency of axis2-jibx-codegen on Ant. This was introduced by the
upgrade of JiBX in r1794168.
Modified:
axis/axis2/java/core/trunk/modules/jibx-codegen/pom.xml
axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
Modified: axis/axis2/java/core/trunk/modules/jibx-codegen/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jibx-codegen/pom.xml?rev=1809517&r1=1809516&r2=1809517&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jibx-codegen/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jibx-codegen/pom.xml Sun Sep 24 14:25:44
2017
@@ -39,6 +39,12 @@
<dependency>
<groupId>org.jibx</groupId>
<artifactId>jibx-bind</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<url>http://axis.apache.org/axis2/java/core/</url>
Modified:
axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=1809517&r1=1809516&r2=1809517&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
(original)
+++
axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
Sun Sep 24 14:25:44 2017
@@ -94,6 +94,10 @@
<artifactId>axis2-jibx-codegen</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ </dependency>
</dependencies>
<build>
<resources>