There was an error while loading. Please reload this page.
1 parent c638010 commit 838cda7Copy full SHA for 838cda7
1 file changed
maven-xml-impl/pom.xml
@@ -48,6 +48,12 @@ under the License.
48
<artifactId>plexus-xml</artifactId>
49
<version>${plexusXmlVersion}</version>
50
<scope>provided</scope>
51
+ <exclusions>
52
+ <exclusion>
53
+ <groupId>org.apache.maven</groupId>
54
+ <artifactId>maven-xml-impl</artifactId>
55
+ </exclusion>
56
+ </exclusions>
57
</dependency>
58
</dependencies>
59
0 commit comments