Browse Source

Addendum patch to fix the merge issue:
HADOOP-14652 updated a dependency in Hadoop common,
Ozone was using the same pom

This change renames the library to the latest version of the package
as was done in trunk.

Anu Engineer 7 years ago
parent
commit
61516762b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/pom.xml

@@ -251,7 +251,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
       <scope>test</scope>
       <scope>test</scope>
     </dependency>
     </dependency>
       <dependency>
       <dependency>
-          <groupId>com.codahale.metrics</groupId>
+          <groupId>io.dropwizard.metrics</groupId>
           <artifactId>metrics-core</artifactId>
           <artifactId>metrics-core</artifactId>
       </dependency>
       </dependency>
     <dependency>
     <dependency>