You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by jl...@apache.org on 2014/03/10 16:29:07 UTC

svn commit: r1575972 - in /hadoop/common/branches/branch-0.23/hadoop-common-project: hadoop-auth/pom.xml hadoop-common/CHANGES.txt

Author: jlowe
Date: Mon Mar 10 15:29:07 2014
New Revision: 1575972

URL: http://svn.apache.org/r1575972
Log:
svn merge -c 1543190 FIXES: HADOOP-10110. hadoop-auth has a build break due to missing dependency. Contributed by Chuan Liu

Modified:
    hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth/pom.xml
    hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth/pom.xml?rev=1575972&r1=1575971&r2=1575972&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth/pom.xml Mon Mar 10 15:29:07 2014
@@ -54,6 +54,11 @@
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
       <scope>test</scope>
     </dependency>

Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1575972&r1=1575971&r2=1575972&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt Mon Mar 10 15:29:07 2014
@@ -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