Skip to content

Commit

Permalink
Update metrics to the latest version
Browse files Browse the repository at this point in the history
Latest version changed groupId to io.dropwizard.metrics from com.codahale.metrics
  • Loading branch information
beckje01 committed May 3, 2015
1 parent b5e7459 commit 92c4fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile project(':hystrix-core')
compile 'com.codahale.metrics:metrics-core:3.0.2'
compile 'io.dropwizard.metrics:metrics-core:3.1.2'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.mockito:mockito-all:1.9.5'
}

0 comments on commit 92c4fb0

Please sign in to comment.