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 5195df7 Remove unnecessary dependency 5195df7 is described below commit 5195df73ba0cb83167554a3cf15e8c008da119ce Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sat Feb 27 13:37:38 2021 +0000 Remove unnecessary dependency --- modules/jibx/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/jibx/pom.xml b/modules/jibx/pom.xml index 6a4f2ac..e33bb12 100644 --- a/modules/jibx/pom.xml +++ b/modules/jibx/pom.xml @@ -59,11 +59,6 @@ <artifactId>jibx-run</artifactId> </dependency> <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>axis2-testutils</artifactId> <version>${project.version}</version>