Skip to content

Commit

Permalink
Raised Guice to 4.0.
Browse files Browse the repository at this point in the history
This should eliminate issues with asm dependencies.
  • Loading branch information
Olga Maciaszek-Sharma committed Aug 5, 2015
1 parent e81ab9d commit 4836faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -52,8 +52,8 @@ dependencies {
compile 'com.google.guava:guava:[15.0,)'
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'joda-time:joda-time:2.3'
compile 'com.google.inject:guice:3.0'
compile 'com.google.inject.extensions:guice-assistedinject:3.0'
compile 'com.google.inject:guice:4.0'
compile 'com.google.inject.extensions:guice-assistedinject:4.0'
compile 'org.iban4j:iban4j:2.1.1'
compile 'org.reflections:reflections:0.9.9'
testCompile 'commons-validator:commons-validator:1.4.0'
Expand Down

0 comments on commit 4836faf

Please sign in to comment.