This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 1463359 Remove unneeded plexus-xml dependency (#193)
1463359 is described below
commit 14633590a5f1925c7d861ea9ca2e0d13a6e00612
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Nov 22 16:03:45 2025 -0600
Remove unneeded plexus-xml dependency (#193)
---
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>