HADOOP-10147 HDFS-5678 Upgrade to commons-logging 1.1.3 to avoid potential deadlock in MiniDFSCluster

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1554802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2014-01-02 13:37:04 +00:00
parent 1df8cb9ce0
commit b8eb777a43
2 changed files with 4 additions and 1 deletions

View File

@ -197,6 +197,9 @@ Release 2.4.0 - UNRELEASED
HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles) HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
HADOOP-10147 HDFS-5678 Upgrade to commons-logging 1.1.3 to avoid potential
deadlock in MiniDFSCluster (stevel)
Release 2.3.0 - UNRELEASED Release 2.3.0 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -513,7 +513,7 @@
<dependency> <dependency>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<version>1.1.1</version> <version>1.1.3</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>avalon-framework</groupId> <groupId>avalon-framework</groupId>