Bring in the curator-recipes package to utilize TreeCache and some of their goodies

This commit is contained in:
R. Tyler Croy 2015-01-17 14:34:00 -08:00
parent 2e8cac342f
commit 3a61835cf6
1 changed files with 7 additions and 1 deletions

View File

@ -34,7 +34,13 @@ repositories {
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.3.9+'
compile 'org.apache.curator:curator-framework:2.4.0'
[
'curator-framework',
'curator-recipes',
].each { artifactName ->
compile("org.apache.curator:${artifactName}:2.7.0")
}
compile 'org.apache.kafka:kafka_2.10:0.8.1.+'
compile 'com.timgroup:java-statsd-client:3.0.1+'