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:
Konstantin Boudnik 2014-01-21 05:55:32 +00:00
parent d726c27ae8
commit e3774a41b7
2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,11 @@
<artifactId>jetty-util</artifactId> <artifactId>jetty-util</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-util</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId> <artifactId>jetty</artifactId>

View File

@ -332,6 +332,9 @@ Release 2.3.0 - UNRELEASED
HADOOP-10112. har file listing doesn't work with wild card. (brandonli) 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 Release 2.2.0 - 2013-10-13
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES