Browse Source

HDFS-787. Upgrade some libraries to be consistent with common and
mapreduce. (omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@884432 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 15 years ago
parent
commit
38ebf347f0
2 changed files with 6 additions and 3 deletions
  1. 3 0
      CHANGES.txt
  2. 3 3
      ivy/libraries.properties

+ 3 - 0
CHANGES.txt

@@ -386,6 +386,9 @@ Release 0.21.0 - Unreleased
     HDFS-764. Places the Block Access token implementation in hdfs project.
     (Kan Zhang via ddas)
 
+    HDFS-787. Upgrade some libraries to be consistent with common and 
+    mapreduce. (omalley)
+
   BUG FIXES
 
     HDFS-76. Better error message to users when commands fail because of 

+ 3 - 3
ivy/libraries.properties

@@ -25,8 +25,8 @@ commons-codec.version=1.3
 commons-collections.version=3.1
 commons-httpclient.version=3.0.1
 commons-lang.version=2.4
-commons-logging.version=1.0.4
-commons-logging-api.version=1.0.4
+commons-logging.version=1.1.1
+commons-logging-api.version=1.1
 commons-el.version=1.0
 commons-fileupload.version=1.2
 commons-io.version=1.4
@@ -75,6 +75,6 @@ slf4j-log4j12.version=1.4.3
 xmlenc.version=0.52
 xerces.version=1.4.4
 
-aspectj.version=1.6.4
+aspectj.version=1.6.5
 
 mockito-all.version=1.8.0