Break dependency cycle

This commit is contained in:
Guillaume Nodet 2023-12-18 17:25:17 +01:00
parent ad5e085ebe
commit e6cd7b1ac4
1 changed files with 7 additions and 0 deletions

View File

@ -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>