upgrade to latest jsr166 code

This commit is contained in:
Shay Banon 2011-09-18 21:50:16 +03:00
parent f072c7e91b
commit dc85e227af
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ dependencies {
runtime 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.2'
runtime 'com.google.guava:guava:r09'
runtime 'org.elasticsearch:es-trove:3.0.0'
runtime 'org.elasticsearch:es-jsr166y:20110820'
runtime 'org.elasticsearch:es-jsr166e:20110820'
runtime 'org.elasticsearch:es-jsr166y:20110918'
runtime 'org.elasticsearch:es-jsr166e:20110918'
runtime 'commons-codec:commons-codec:1.5'