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>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-httpclient</groupId>
|
||||
<artifactId>commons-httpclient</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>tomcat</groupId>
|
||||
<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-9557. hadoop-client excludes commons-httpclient. (Lohit Vijayarenu via
|
||||
cnauroth)
|
||||
|
||||
Release 2.1.0-beta - 2013-08-22
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
Loading…
Reference in New Issue
Block a user