BUG-6341: add Cassandra and Coda Hale Metrics 17/43717/3
authorStephen Kitt <skitt@redhat.com>
Thu, 11 Aug 2016 12:44:26 +0000 (14:44 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 19 Sep 2016 14:15:16 +0000 (16:15 +0200)
(io.dropwizard is Metrics' new home. These releases are
backwards-compatible.)

Change-Id: Id8bfc25548238b806f10771b86f478249d84faef
Signed-off-by: Stephen Kitt <skitt@redhat.com>
odlparent/pom.xml

index b18f230f899b223a283c139a2cfcba55c2c2531b..fa9333eb7f651f3ce52711d949751024a0be1a5a 100644 (file)
         <version>1</version>
       </dependency>
 
+      <!-- Cassandra -->
+      <dependency>
+        <groupId>com.datastax.cassandra</groupId>
+        <artifactId>cassandra-driver-core</artifactId>
+        <version>2.1.9</version>
+      </dependency>
+
+      <!-- Metrics -->
+      <dependency>
+        <groupId>io.dropwizard.metrics</groupId>
+        <artifactId>metrics-core</artifactId>
+        <version>3.1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>io.dropwizard.metrics</groupId>
+        <artifactId>metrics-graphite</artifactId>
+        <version>3.1.2</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>