Explorar o código

HADOOP-7536. Correct the dependency version regressions introduced in HADOOP-6671. Contributed by Alejandro Abdelnur.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1158347 13f79535-47bb-0310-9956-ffa450edef68
Thomas White %!s(int64=13) %!d(string=hai) anos
pai
achega
86ef57ff07
Modificáronse 2 ficheiros con 7 adicións e 4 borrados
  1. 3 0
      hadoop-common/CHANGES.txt
  2. 4 4
      hadoop-project/pom.xml

+ 3 - 0
hadoop-common/CHANGES.txt

@@ -498,6 +498,9 @@ Trunk (unreleased changes)
     HADOOP-7545. Common -tests JAR should not include properties and configs.
     (todd)
 
+    HADOOP-7536. Correct the dependency version regressions introduced in
+    HADOOP-6671. (Alejandro Abdelnur via tomwhite)
+
 Release 0.22.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 4 - 4
hadoop-project/pom.xml

@@ -191,7 +191,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.0.4</version>
+        <version>1.1.1</version>
         <exclusions>
           <exclusion>
             <groupId>avalon-framework</groupId>
@@ -210,7 +210,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging-api</artifactId>
-        <version>1.0.4</version>
+        <version>1.1</version>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>
@@ -292,12 +292,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.8</version>
+        <version>1.5.11</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.8</version>
+        <version>1.5.11</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.jdt</groupId>