This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch gui in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 5657fb6d08fc223b4a13b45e3de2d6df7032994c Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Mon Feb 2 06:55:05 2026 -0600 Remove unused dependency --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4742eeb..b097993 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,6 @@ under the License. <mavenVersion>4.0.0-rc-4</mavenVersion> <asmVersion>9.9.1</asmVersion> - <guiceVersion>6.0.0</guiceVersion> <mockitoVersion>5.21.0</mockitoVersion> <eclipseCompilerVersion>3.42.0</eclipseCompilerVersion> <version.maven-plugin-tools-3.x>3.13.1</version.maven-plugin-tools-3.x> @@ -155,12 +154,6 @@ under the License. <version>${mavenVersion}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>com.google.inject</groupId> - <artifactId>guice</artifactId> - <version>${guiceVersion}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId>
