upgrade to guava r06

This commit is contained in:
kimchy 2010-08-01 23:01:33 +03:00
parent 423ee159a5
commit fdb0c14a17
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ dependencies {
runtime 'com.google.inject.extensions:guice-assisted-inject:2.0'
runtime 'com.google.inject.extensions:guice-multibindings:2.0'
runtime 'com.google.guava:guava:r05'
runtime 'com.google.guava:guava:r06'
runtime 'org.elasticsearch:es-trove:2.1.0'
runtime 'org.elasticsearch:es-jsr166y:20100615'