mirror of https://github.com/apache/maven.git
[MNG-8444] Exclude maven-xml and maven-xml-impl (the artifact has been renamed) (#1992)
Exclude the transitives. --- https://issues.apache.org/jira/browse/MNG-8444
This commit is contained in:
parent
698614e3cc
commit
a68b52fcba
|
@ -63,8 +63,8 @@ under the License.
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<!-- we need the exclusion to be able to release, else we have a cycle -->
|
<!-- we need the exclusion to be able to release, else we have a cycle -->
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>*</groupId>
|
||||||
<artifactId>maven-xml</artifactId>
|
<artifactId>*</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue