You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/06/06 17:04:59 UTC

[cxf] branch master updated: Removing ancient ant version

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new d38128a  Removing ancient ant version
d38128a is described below

commit d38128abb6b579eee3cedaf252cc6ad470ea349b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jun 6 18:04:44 2019 +0100

    Removing ancient ant version
---
 maven-plugins/codegen-plugin/pom.xml      |  4 ----
 maven-plugins/java2swagger-plugin/pom.xml |  2 +-
 maven-plugins/java2wadl-plugin/pom.xml    |  4 ----
 maven-plugins/wadl2java-plugin/pom.xml    |  4 ----
 parent/pom.xml                            | 10 ----------
 pom.xml                                   |  9 ++-------
 6 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 9745e29..e36bde0 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -124,10 +124,6 @@
             <artifactId>ant</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.sonatype.plexus</groupId>
             <artifactId>plexus-build-api</artifactId>
             <version>0.0.7</version>
diff --git a/maven-plugins/java2swagger-plugin/pom.xml b/maven-plugins/java2swagger-plugin/pom.xml
index b6410eb..869ecd2 100644
--- a/maven-plugins/java2swagger-plugin/pom.xml
+++ b/maven-plugins/java2swagger-plugin/pom.xml
@@ -117,7 +117,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
+            <artifactId>ant</artifactId>
         </dependency>
 
         <dependency>
diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml
index 4bac123..e743c04 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -104,10 +104,6 @@
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml
index 8ef8b8d..d47abb5 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -103,10 +103,6 @@
             <artifactId>ant</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.sonatype.plexus</groupId>
             <artifactId>plexus-build-api</artifactId>
             <version>0.0.7</version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3dcc4b5..67f914b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1509,11 +1509,6 @@
                 <version>1.10.6</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-nodeps</artifactId>
-                <version>1.8.1</version>
-            </dependency>
-            <dependency>
                 <groupId>com.sun.xml.parsers</groupId>
                 <artifactId>jaxp-ri</artifactId>
                 <version>1.4.5</version>
@@ -2152,11 +2147,6 @@
                 <version>${cxf.jaxb.runtime.version}</version>
             </dependency>
             <dependency>
-                <groupId>jaxme</groupId>
-                <artifactId>jaxme2</artifactId>
-                <version>0.5.1</version>
-            </dependency>
-            <dependency>
                 <groupId>javax.annotation</groupId>
                 <artifactId>javax.annotation-api</artifactId>
                 <version>${cxf.javax.annotation-api.version}</version>
diff --git a/pom.xml b/pom.xml
index 9869292..0ac4192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -537,13 +537,8 @@
                         </dependency>
                         <dependency>
                             <groupId>org.apache.ant</groupId>
-                            <artifactId>ant-trax</artifactId>
-                            <version>1.8.0</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>org.apache.ant</groupId>
-                            <artifactId>ant-nodeps</artifactId>
-                            <version>1.8.1</version>
+                            <artifactId>ant</artifactId>
+                            <version>1.10.6</version>
                         </dependency>
                     </dependencies>
                 </plugin>