upgrade to latest jsr166y version

This commit is contained in:
kimchy 2011-07-10 02:16:58 +03:00
parent 9513dd0a4a
commit ca97e19cde
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ dependencies {
runtime 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.2'
runtime 'com.google.guava:guava:r09'
runtime 'org.elasticsearch:es-trove:3.0.0rc2'
runtime 'org.elasticsearch:es-jsr166y:20110209'
runtime 'org.elasticsearch:es-jsr166y:20110710'
runtime 'commons-codec:commons-codec:1.5'