From 1310eeffd30d3d64f97d76ccd7de755ba8c4e165 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Mon, 7 Apr 2025 09:31:30 -0700 Subject: [PATCH] Remove `plexus-java` overrides. These override dates from cl/177360283 and cl/179690614, when they were perhaps necessary for Java 9 support? Our other projects doing fine with the default `plexus-java` version that `maven-compiler-plugin` pulls in nowadays, so I doubt that we need this configuration. So let's remove it and give Dependabot one less reason to send us [updates](https://github.com/google/compile-testing/pull/482). RELNOTES=n/a PiperOrigin-RevId: 744749356 --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index b8d6989a..37ad91e9 100644 --- a/pom.xml +++ b/pom.xml @@ -112,13 +112,6 @@ true true - - - org.codehaus.plexus - plexus-java - 1.5.0 - - maven-release-plugin