This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch x in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git
commit a25c81caaeb7ee121075ff2f8323973bc511e804 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Nov 16 08:16:27 2025 -0600 Remove unneeded plexus-xml dependency --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 46bcc2e..4f1850c 100644 --- a/pom.xml +++ b/pom.xml @@ -121,10 +121,6 @@ under the License. <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-xml</artifactId> - </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId>
