This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 838cda7db0 Resolve circular dependencies for project
org.apache.maven:maven-xml-impl (#1228)
838cda7db0 is described below
commit 838cda7db07bec0d8ce57fcf13ee11c75ed66191
Author: w <[email protected]>
AuthorDate: Wed Sep 13 19:41:12 2023 +0800
Resolve circular dependencies for project org.apache.maven:maven-xml-impl
(#1228)
---
maven-xml-impl/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/maven-xml-impl/pom.xml b/maven-xml-impl/pom.xml
index 6f3b3bb139..9dc43deede 100644
--- a/maven-xml-impl/pom.xml
+++ b/maven-xml-impl/pom.xml
@@ -48,6 +48,12 @@ under the License.
<artifactId>plexus-xml</artifactId>
<version>${plexusXmlVersion}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-xml-impl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>