This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch gu
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git

commit 9606556da6f174f0b2be754d7db2b2bd28be8b09
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Nov 22 16:41:21 2025 -0600

    Remove Guice
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index b056cc3..1ada505 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,6 @@ under the License.
     <javaVersion>17</javaVersion>
     <mavenVersion>4.0.0-beta-3</mavenVersion>
 
-    <guiceVersion>6.0.0</guiceVersion>
     <mavenArchiverVersion>4.0.0-beta-1</mavenArchiverVersion>
     <mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion>
     <mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion>
@@ -166,12 +165,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.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>

Reply via email to