From 809ebc0b146135d86433e9c7bfa17e294b7928f2 Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Mon, 29 Feb 2016 18:20:14 +0900 Subject: [PATCH] HADOOP-12552. Fix undeclared/unused dependency to httpclient (iwasakims) --- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ hadoop-common-project/hadoop-common/pom.xml | 4 ++-- hadoop-tools/hadoop-openstack/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 64ec5315566..eb33464cba8 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 7e4d09086c3..503f3126d18 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 1b541e2b8e0..542a52367f8 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