HADOOP-10110. hadoop-auth has a build break due to missing dependency. Contributed by Chuan Liu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1559927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d726c27ae8
commit
e3774a41b7
|
@ -57,6 +57,11 @@
|
|||
<artifactId>jetty-util</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>jetty-util</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>jetty</artifactId>
|
||||
|
|
|
@ -332,6 +332,9 @@ Release 2.3.0 - UNRELEASED
|
|||
|
||||
HADOOP-10112. har file listing doesn't work with wild card. (brandonli)
|
||||
|
||||
HADOOP-10110. hadoop-auth has a build break due to missing dependency
|
||||
(Chuan Liu via cos)
|
||||
|
||||
Release 2.2.0 - 2013-10-13
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue