Skip to content

Commit 838cda7

Browse files
authored
Resolve circular dependencies for project org.apache.maven:maven-xml-impl (#1228)
1 parent c638010 commit 838cda7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

maven-xml-impl/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ under the License.
4848
<artifactId>plexus-xml</artifactId>
4949
<version>${plexusXmlVersion}</version>
5050
<scope>provided</scope>
51+
<exclusions>
52+
<exclusion>
53+
<groupId>org.apache.maven</groupId>
54+
<artifactId>maven-xml-impl</artifactId>
55+
</exclusion>
56+
</exclusions>
5157
</dependency>
5258
</dependencies>
5359

0 commit comments

Comments
 (0)