Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Add dependency to guice-multibindings in dependencyManagement
Browse files Browse the repository at this point in the history
To guarantee backwards compatibility. The artifact already comes empty.
  • Loading branch information
caesar-ralf committed Jun 2, 2021
1 parent 0a2e25c commit e833edc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<!--
From Guice 5+ multi-bindings is officially part of the its core library.
From Guice 4.2.x Guice already transferred the code into its core library,
but left the artifact `guice-multibindings` with no code in it for backward compatibility.
We are explicitly settings this version here so that we can move our users to Guice 5.0.1
without breaking their projects.
We should delete this dependency as soon as we can guarantee everyone moved to 5.0.1 -->
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
<version>4.2.3</version>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
Expand Down

0 comments on commit e833edc

Please sign in to comment.