Forráskód Böngészése

svn merge -c 1310476 from trunk for HDFS-3136. Remove SLF4J dependency as HDFS does not need it to fix unnecessary warnings.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1325938 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 13 éve
szülő
commit
bc3877bbe1

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -17,6 +17,9 @@ Release 0.23.3 - UNRELEASED
     HDFS-3176. Use MD5MD5CRC32FileChecksum.readFields() in JsonUtil .  (Kihwal
     Lee via szetszwo)
 
+    HDFS-3136. Remove SLF4J dependency as HDFS does not need it to fix
+    unnecessary warnings. (Jason Lowe via suresh)
+
 Release 0.23.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 0 - 10
hadoop-hdfs-project/hadoop-hdfs/pom.xml

@@ -89,16 +89,6 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>compile</scope>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>