Resolve circular dependencies for project org.apache.maven:maven-xml-impl (#1228)

This commit is contained in:
w 2023-09-13 19:41:12 +08:00 committed by GitHub
parent c6380108b1
commit 838cda7db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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>