upgrade to google guava r08

This commit is contained in:
kimchy 2011-02-24 08:49:38 +02:00
parent 8a03ca1114
commit 4def1f4b8e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ dependencies {
runtime 'com.google.inject.extensions:guice-assistedinject:3.0-rc2'
runtime 'com.google.inject.extensions:guice-multibindings:3.0-rc2'
runtime 'com.google.guava:guava:r07'
runtime 'com.google.guava:guava:r08'
runtime 'org.elasticsearch:es-trove:3.0.0rc1'
runtime 'org.elasticsearch:es-jsr166y:20110209'