You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/04/05 14:29:42 UTC

[maven-indexer] branch guiceJava16 created (now 7fcc9c1)

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

slachiewicz pushed a change to branch guiceJava16
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git.


      at 7fcc9c1  Upgrade Guice to 5.0.1 to resolve problems with Java 16

This branch includes the following new commits:

     new 7fcc9c1  Upgrade Guice to 5.0.1 to resolve problems with Java 16

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-indexer] 01/01: Upgrade Guice to 5.0.1 to resolve problems with Java 16

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7fcc9c17de9d73a0ad27ce8aee5f72815475710e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Apr 5 16:29:01 2021 +0200

    Upgrade Guice to 5.0.1 to resolve problems with Java 16
---
 pom.xml | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b02b44..cb96deb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@ under the License.
     <checkstyle.violation.ignore>MagicNumber,ParameterNumber,MethodLength,JavadocType,AvoidNestedBlocks,InterfaceIsType</checkstyle.violation.ignore>
 
     <eclipse-sisu.version>0.3.4</eclipse-sisu.version>
+    <guice.version>5.0.1</guice.version>
     <lucene.version>5.5.5</lucene.version>
     <maven.version>3.8.1</maven.version>
     <resolver.version>1.6.2</resolver.version>
@@ -167,19 +168,7 @@ under the License.
       <dependency>
         <groupId>com.google.inject</groupId>
         <artifactId>guice</artifactId>
-        <version>4.1.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>com.google.inject.extensions</groupId>
-        <artifactId>guice-multibindings</artifactId>
-        <version>4.1.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>com.google.inject.extensions</groupId>
-        <artifactId>guice-assistedinject</artifactId>
-        <version>4.1.0</version>
+        <version>${guice.version}</version>
       </dependency>
 
       <dependency>