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:
parent
baea09be61
commit
891e1b0e36
@ -39,10 +39,6 @@
|
|||||||
<artifactId>hadoop-common</artifactId>
|
<artifactId>hadoop-common</artifactId>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
|
||||||
<groupId>commons-httpclient</groupId>
|
|
||||||
<artifactId>commons-httpclient</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>tomcat</groupId>
|
<groupId>tomcat</groupId>
|
||||||
<artifactId>jasper-compiler</artifactId>
|
<artifactId>jasper-compiler</artifactId>
|
||||||
|
@ -465,6 +465,9 @@ Release 2.1.1-beta - UNRELEASED
|
|||||||
|
|
||||||
HADOOP-9960. Upgrade Jersey version to 1.9. (Karthik Kambatla via atm)
|
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
|
Release 2.1.0-beta - 2013-08-22
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
Reference in New Issue
Block a user