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 96a9c1a802 Remove obsolete dependency management entry 96a9c1a802 is described below commit 96a9c1a802317a111e19a362fdef9f630ea211e0 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Mon Nov 6 22:26:08 2023 +0000 Remove obsolete dependency management entry --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index f546aac5f6..d199034f11 100644 --- a/pom.xml +++ b/pom.xml @@ -889,11 +889,6 @@ <artifactId>maven-plugin-annotations</artifactId> <version>${maven-plugin-tools.version}</version> </dependency> - <dependency><!-- Some plexus-archiver versions seem to trigger OOM errors; see MSOURCES-98. --> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-archiver</artifactId> - <version>4.8.0</version> - </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId>