HADOOP-9471. hadoop-client wrongfully excludes jetty-util JAR, breaking webhdfs. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1466764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6f8a7f7ee
commit
fc570c127a
|
@ -143,10 +143,6 @@
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
<groupId>org.mortbay.jetty</groupId>
|
||||||
<artifactId>jetty</artifactId>
|
<artifactId>jetty</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
|
||||||
<artifactId>jetty-util</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>com.sun.jersey</groupId>
|
<groupId>com.sun.jersey</groupId>
|
||||||
<artifactId>jersey-core</artifactId>
|
<artifactId>jersey-core</artifactId>
|
||||||
|
|
|
@ -110,6 +110,9 @@ Release 2.0.5-beta - UNRELEASED
|
||||||
HADOOP-9429. TestConfiguration fails with IBM JAVA. (Amir Sanjar via
|
HADOOP-9429. TestConfiguration fails with IBM JAVA. (Amir Sanjar via
|
||||||
suresh)
|
suresh)
|
||||||
|
|
||||||
|
HADOOP-9471. hadoop-client wrongfully excludes jetty-util JAR,
|
||||||
|
breaking webhdfs. (tucu)
|
||||||
|
|
||||||
Release 2.0.4-alpha - UNRELEASED
|
Release 2.0.4-alpha - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue