BUG-6341: use common Coda Hale Metrics 37/43737/4
authorStephen Kitt <skitt@redhat.com>
Thu, 11 Aug 2016 15:13:13 +0000 (17:13 +0200)
committerSam Hague <shague@redhat.com>
Fri, 4 Nov 2016 20:20:45 +0000 (20:20 +0000)
This depends on https://git.opendaylight.org/gerrit/43717

Change-Id: I5b9ae630df2b06567b382fb32939bb1b7a3930ab
Signed-off-by: Stephen Kitt <skitt@redhat.com>
vpnservice/bgpmanager/bgpmanager-impl/pom.xml

index 411b2141cc343b9bd0648d37ae5b1653e66a5477..f312ef70d293ebc9d7e22d5723a34f08bea6c890 100644 (file)
@@ -20,9 +20,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>bgpmanager-impl</artifactId>
   <version>${vpnservices.version}</version>
   <packaging>bundle</packaging>
-  <properties>
-   <codahale.metrics.version>3.0.1</codahale.metrics.version>
-   </properties>
   <dependencies>
 
     <dependency>
@@ -87,17 +84,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        </exclusion>
        </exclusions>
    </dependency>
- <dependency>
-        <groupId>com.codahale.metrics</groupId>
-        <artifactId>metrics-core</artifactId>
-               <version>3.0.1</version>
-        
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
     </dependency>
-       <dependency>
-        <groupId>com.codahale.metrics</groupId>
-        <artifactId>metrics-graphite</artifactId>
-               <version>3.0.1</version>
-        
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
     </dependency>
 
   </dependencies>