mirror of https://github.com/apache/maven.git
Break dependency cycle
This commit is contained in:
parent
ad5e085ebe
commit
e6cd7b1ac4
|
@ -54,6 +54,13 @@ under the License.
|
|||
<artifactId>plexus-xml</artifactId>
|
||||
<version>${plexusXmlVersion}</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<!-- we need the exclusion to be able to release, else we have a cycle -->
|
||||
<exclusion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-xml-impl</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue