Pull in rx-curator for some experimentation

This commit is contained in:
R. Tyler Croy 2015-09-04 12:48:33 -07:00
parent 4eee010938
commit f46fb4f0f4
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ defaultTasks 'check', 'assemble'
repositories {
jcenter()
maven { url "https://dl.bintray.com/reiseburo/libs" }
mavenLocal()
}
configurations {
@ -29,6 +31,8 @@ dependencies {
compile 'io.reactivex:rxjava:[1.0.14,2.0)'
compile 'org.apache.kafka:kafka_2.11:0.8.2.1'
compile 'com.github.reiseburo:rx-curator:[0.1.0,1.0)'
testCompile "org.spockframework:spock-core:1.0-groovy-2.4"
testCompile 'cglib:cglib-nodep:3.1'