Skip to content

Commit

Permalink
[MNG-8444] Exclude maven-xml and maven-xml-impl (the artifact has bee…
Browse files Browse the repository at this point in the history
…n renamed) (#1992)

Exclude the transitives.

---

https://issues.apache.org/jira/browse/MNG-8444
  • Loading branch information
gnodet authored Dec 17, 2024
1 parent 698614e commit a68b52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impl/maven-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a68b52f

Please sign in to comment.