Add kafka clients as a build dep

This commit is contained in:
R. Tyler Croy 2015-09-03 14:47:13 -07:00
parent aeead3c2d3
commit 450d0bd0c9
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ repositories {
dependencies {
compile 'org.apache.curator:curator-framework:[2.7.1,2.8)'
compile 'io.reactivex:rxjava:[1.0.14,2.0)'
compile 'org.apache.kafka:kafka_2.11:0.8.2.1'
testCompile "org.spockframework:spock-core:1.0-groovy-2.4"
testCompile 'cglib:cglib-nodep:3.1'