Skip to content

Commit

Permalink
Update the metrics-core (from codahale/dropwizard) dependency declara…
Browse files Browse the repository at this point in the history
…tion to point to the same one bundled along with the Cassandra driver.
  • Loading branch information
Stefan Negrea committed Sep 1, 2015
1 parent d09ac3c commit b342a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/metrics-core-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</dependency>

<dependency>
<groupId>io.dropwizard.metrics</groupId>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<log4j.version>1.2.17</log4j.version>
<antlr.version>4.5</antlr.version>
<rxjava.version>1.0.13</rxjava.version>
<dropwizard.metrics.version>3.1.2</dropwizard.metrics.version>
<codahale.metrics.version>3.0.2</codahale.metrics.version>
<rxjava-math.version>1.0.0</rxjava-math.version>

<findbugs.version>3.0.0</findbugs.version>
Expand Down Expand Up @@ -150,9 +150,9 @@
<version>${antlr.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>${dropwizard.metrics.version}</version>
<version>${codahale.metrics.version}</version>
</dependency>
<!-- Tests dependencies -->
<!-- TestNG is not Hawkular default testing tool -->
Expand Down

0 comments on commit b342a57

Please sign in to comment.