git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1575972 13f79535-47bb-0310-9956-ffa450edef68
@@ -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>
@@ -24,6 +24,9 @@ Release 0.23.11 - UNRELEASED
HADOOP-10112. har file listing doesn't work with wild card (Brandon Li via
jlowe)
+ HADOOP-10110. hadoop-auth has a build break due to missing dependency.
+ (Chuan Liu via arp)
+
Release 0.23.10 - 2013-12-09
INCOMPATIBLE CHANGES