[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:
Guillaume Nodet 2024-12-17 11:30:28 +01:00 committed by GitHub
parent 698614e3cc
commit a68b52fcba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ under the License.
<exclusions>
<!-- we need the exclusion to be able to release, else we have a cycle -->
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml</artifactId>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>