Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pom] Use plexus xml 3.0.0 or we lose maven 3 support #851

Merged
merged 1 commit into from
Mar 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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