git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1325938 13f79535-47bb-0310-9956-ffa450edef68
@@ -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
@@ -89,16 +89,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <scope>compile</scope>
- </dependency>
- <artifactId>slf4j-log4j12</artifactId>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>