You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2020/12/31 13:06:21 UTC

[axis-axis2-java-core] branch master updated: Remove outdated

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 04e19f6  Remove outdated <dependencies>
04e19f6 is described below

commit 04e19f6d2bc11632fcf87cf8450ee5732aa9dddd
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Thu Dec 31 13:06:08 2020 +0000

    Remove outdated <dependencies>
---
 modules/xmlbeans/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/modules/xmlbeans/pom.xml b/modules/xmlbeans/pom.xml
index 01d27c8..9c35a0d 100644
--- a/modules/xmlbeans/pom.xml
+++ b/modules/xmlbeans/pom.xml
@@ -139,16 +139,6 @@
                         </goals>
                     </execution>
                 </executions>
-                <dependencies>
-                    <!--<dependency>
-                        <groupId>org.apache.ant</groupId>
-                        <artifactId>ant-antlr</artifactId>
-                    </dependency>
-                    <dependency>
-                        <groupId>antlr</groupId>
-                        <artifactId>antlrall</artifactId>
-                    </dependency>-->
-                </dependencies>
             </plugin>
         </plugins>
     </build>