Skip to content

Commit

Permalink
[pom] Use plexus xml 3.0.0 or we lose maven 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Mar 17, 2024
1 parent a75d1c4 commit f7cc4f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<!-- bump this and run src/build/find-transitive-eclipse-updates.sh to update eclipse deps -->
<groupId>org.eclipse.jdt</groupId>
Expand Down Expand Up @@ -301,6 +306,8 @@
<ignore>com.fasterxml.jackson.core:jackson-annotations</ignore>
<!-- ignore alignment with jcl-over-slf4j as we intentially dropped commons logging -->
<ignore>org.slf4j:jcl-over-slf4j</ignore>
<!-- ignore alignment with plexus-xml as required to ensure plexus-utils uses maven 3 -->
<ignore>org.codehaus.plexus:plexus-xml</ignore>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit f7cc4f2

Please sign in to comment.