mirror of https://github.com/apache/maven.git
Resolve circular dependencies for project org.apache.maven:maven-xml-impl (#1228)
This commit is contained in:
parent
c6380108b1
commit
838cda7db0
|
@ -48,6 +48,12 @@ under the License.
|
||||||
<artifactId>plexus-xml</artifactId>
|
<artifactId>plexus-xml</artifactId>
|
||||||
<version>${plexusXmlVersion}</version>
|
<version>${plexusXmlVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.maven</groupId>
|
||||||
|
<artifactId>maven-xml-impl</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue