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

slachiewicz pushed a commit to branch guice
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit d8bcb57282a7a533a2906febdb6603cae1ec4933
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Jun 14 13:09:50 2026 +0200

    Downgrade Guice version to 5.1.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4bbfeab..169ae00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <javaVersion>17</javaVersion>
     <mavenVersion>4.0.0-rc-4</mavenVersion>
 
-    <guiceVersion>6.0.0</guiceVersion>
+    <guiceVersion>5.1.0</guiceVersion>
     <junitVersion>5.14.4</junitVersion>
     <mavenArchiverVersion>4.0.0-beta-5</mavenArchiverVersion>
     <mavenFileManagementVersion>3.2.0</mavenFileManagementVersion>
@@ -182,6 +182,7 @@
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
       <version>${guiceVersion}</version>
+      <classifier>classes</classifier>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -230,7 +231,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.9.1</version>
             <configuration>
               <goals>
                 <goal>clean</goal>

Reply via email to