Skip to content

Commit 1310eef

Browse files
cpovirkCompile-Testing Team
authored and
Compile-Testing Team
committed
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](#482). RELNOTES=n/a PiperOrigin-RevId: 744749356
1 parent a7b5c58 commit 1310eef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,6 @@
112112
<showWarnings>true</showWarnings>
113113
<showDeprecation>true</showDeprecation>
114114
</configuration>
115-
<dependencies>
116-
<dependency>
117-
<groupId>org.codehaus.plexus</groupId>
118-
<artifactId>plexus-java</artifactId>
119-
<version>1.5.0</version>
120-
</dependency>
121-
</dependencies>
122115
</plugin>
123116
<plugin>
124117
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)