Skip to content

Commit

Permalink
bumped guice version to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltherpai committed Jun 8, 2015
1 parent b194bd0 commit 99c5982
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion extensions/fluent-jdbc-guice-persist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@
<artifactId>fluentjdbc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-persist</artifactId>
<version>3.0</version>
<version>4.0</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Expand Down

0 comments on commit 99c5982

Please sign in to comment.