Add commons-cli for the soon-to-be-added CLI options!

This commit is contained in:
R. Tyler Croy 2015-01-20 14:18:09 -08:00
parent ba2fa562ac
commit 671d62075c
1 changed files with 6 additions and 0 deletions

View File

@ -45,8 +45,14 @@ dependencies {
compile("org.apache.curator:${artifactName}:2.7.0")
}
/* We need the Kafka client libraries so we can fetch broker metadata
* directly from the cluster
*/
compile 'org.apache.kafka:kafka_2.10:0.8.1.+'
/* Needed for command line options parsing */
compile 'commons-cli:commons-cli:1.2+'
compile 'com.timgroup:java-statsd-client:3.0.1+'
testCompile 'org.spockframework:spock-core:0.7-groovy-2.0'