HADOOP-9557. hadoop-client excludes commons-httpclient. Contributed by Lohit Vijayarenu.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1523185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Nauroth 2013-09-14 05:23:24 +00:00
parent baea09be61
commit 891e1b0e36
2 changed files with 3 additions and 4 deletions

View File

@ -39,10 +39,6 @@
<artifactId>hadoop-common</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>tomcat</groupId>
<artifactId>jasper-compiler</artifactId>

View File

@ -465,6 +465,9 @@ Release 2.1.1-beta - UNRELEASED
HADOOP-9960. Upgrade Jersey version to 1.9. (Karthik Kambatla via atm)
HADOOP-9557. hadoop-client excludes commons-httpclient. (Lohit Vijayarenu via
cnauroth)
Release 2.1.0-beta - 2013-08-22
INCOMPATIBLE CHANGES