diff --git a/NOTICE.txt b/NOTICE.txt
index bc7a26f944..95a670d9ee 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -591,3 +591,17 @@ The binary distribution of this product bundles binaries of
swagger-annotations (https://github.com/swagger-api/swagger-core),
which has the following notices:
* Copyright 2016 SmartBear Software
+
+The binary distribution of this product bundles binaries of
+metrics-core 3.2.4
+which has the following notices:
+ * Copyright 2010-2013 Coda Hale and Yammer, Inc.
+
+ This product includes software developed by Coda Hale and Yammer, Inc.
+
+ This product includes code derived from the JSR-166 project (ThreadLocalRandom, Striped64,
+ LongAdder), which was released with the following comments:
+
+ Written by Doug Lea with assistance from members of JCP JSR-166
+ Expert Group and released to the public domain, as explained at
+ http://creativecommons.org/publicdomain/zero/1.0/
diff --git a/hadoop-common-project/hadoop-kms/pom.xml b/hadoop-common-project/hadoop-kms/pom.xml
index c1c52855a1..03a68c5d35 100644
--- a/hadoop-common-project/hadoop-kms/pom.xml
+++ b/hadoop-common-project/hadoop-kms/pom.xml
@@ -159,7 +159,7 @@
compile
- com.codahale.metrics
+ io.dropwizard.metrics
metrics-core
compile
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 7cc68bb691..b72e497fc7 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1107,9 +1107,9 @@
${hsqldb.version}
- com.codahale.metrics
+ io.dropwizard.metrics
metrics-core
- 3.0.1
+ 3.2.4
org.apache.hadoop
diff --git a/hadoop-tools/hadoop-sls/pom.xml b/hadoop-tools/hadoop-sls/pom.xml
index ef5ac547b5..10f6294aa4 100644
--- a/hadoop-tools/hadoop-sls/pom.xml
+++ b/hadoop-tools/hadoop-sls/pom.xml
@@ -49,7 +49,7 @@
hadoop-rumen
- com.codahale.metrics
+ io.dropwizard.metrics
metrics-core
compile
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
index 072395a0de..514682009a 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
@@ -122,7 +122,7 @@
- com.codahale.metrics
+ io.dropwizard.metrics
metrics-core