diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 64ec531556..eb33464cba 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -733,6 +733,8 @@ Release 2.8.0 - UNRELEASED
HADOOP-12416. Trash messages should be handled by Logger instead of being
delivered on System.out. (Mingliang Liu via aajisaka)
+ HADOOP-12552. Fix undeclared/unused dependency to httpclient (iwasakims)
+
NEW FEATURES
HADOOP-11226. Add a configuration to set ipc.Client's traffic class with
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 7e4d09086c..503f3126d1 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -66,8 +66,8 @@
compile
- commons-httpclient
- commons-httpclient
+ org.apache.httpcomponents
+ httpclient
compile
diff --git a/hadoop-tools/hadoop-openstack/pom.xml b/hadoop-tools/hadoop-openstack/pom.xml
index 1b541e2b8e..542a52367f 100644
--- a/hadoop-tools/hadoop-openstack/pom.xml
+++ b/hadoop-tools/hadoop-openstack/pom.xml
@@ -113,8 +113,8 @@
compile
- org.apache.httpcomponents
- httpclient
+ commons-httpclient
+ commons-httpclient
compile