Skip to content

Commit

Permalink
Update to guice-4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Jul 14, 2016
1 parent 6cd1f53 commit f337fc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<properties>
<metamx.java-util.version>0.27.9</metamx.java-util.version>
<apache.curator.version>2.10.0</apache.curator.version>
<guice.version>4.1.0</guice.version>
<jetty.version>9.2.5.v20141112</jetty.version>
<jersey.version>1.19</jersey.version>
<!-- Watch out for Hadoop compatibility when updating to >= 2.5; see https://github.com/druid-io/druid/pull/1669 -->
Expand Down Expand Up @@ -258,17 +259,17 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0-beta</version>
<version>${guice.version}</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>4.0-beta</version>
<version>${guice.version}</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
<version>4.0-beta</version>
<version>${guice.version}</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
Expand Down

0 comments on commit f337fc1

Please sign in to comment.