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/07/01 16:27:54 UTC

[cxf] branch master updated: Removing duplicate 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 be61232  Removing duplicate ant version
be61232 is described below

commit be61232f3ecb05686ab1fced52600c9dbd7c69f4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jul 1 10:38:33 2019 +0100

    Removing duplicate ant version
---
 maven-plugins/java2swagger-plugin/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/maven-plugins/java2swagger-plugin/pom.xml b/maven-plugins/java2swagger-plugin/pom.xml
index 869ecd2..1fecb92 100644
--- a/maven-plugins/java2swagger-plugin/pom.xml
+++ b/maven-plugins/java2swagger-plugin/pom.xml
@@ -116,11 +116,6 @@
             <artifactId>ant</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>3.0.1</version>