Add a compile and runtime dependency on the metrics core and graphite code

References #17
This commit is contained in:
R. Tyler Croy 2015-01-30 07:30:15 -08:00
parent 7b13050ee2
commit f4042894fe
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ dependencies {
compile 'com.timgroup:java-statsd-client:3.1.2+'
['metrics-core', 'metrics-graphite'].each { artifactName ->
compile "io.dropwizard.metrics:${artifactName}:3.1.0"
}
/* Logback is to be used for logging through the app */
compile 'ch.qos.logback:logback-classic:1.1.2+'