This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 8193478 [CXFXJC-46] move maven-compat to test scope to validate
against maven4 check (#258)
8193478 is described below
commit 8193478a597430a83563b11c67828f2d38e02e0c
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Oct 10 13:47:03 2025 +0200
[CXFXJC-46] move maven-compat to test scope to validate against maven4
check (#258)
---
cxf-xjc-plugin/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index 7bbd944..d781bf2 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -93,17 +93,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-compat</artifactId>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>