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/trunk@1543190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arpit Agarwal 2013-11-18 22:11:11 +00:00
parent e77aec001f
commit 9bb905115d
2 changed files with 8 additions and 0 deletions

View File

@ -52,6 +52,11 @@
<artifactId>mockito-all</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>

View File

@ -491,6 +491,9 @@ Release 2.2.1 - UNRELEASED
HADOOP-10078. KerberosAuthenticator always does SPNEGO. (rkanter via tucu)
HADOOP-10110. hadoop-auth has a build break due to missing dependency.
(Chuan Liu via arp)
Release 2.2.0 - 2013-10-13
INCOMPATIBLE CHANGES