From b3ac25048c298e933a6e576c72e8ebae07a93ab6 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Fri, 6 Apr 2012 16:50:31 +0000 Subject: [PATCH] HDFS-3136. Remove SLF4J dependency as HDFS does not need it to fix unnecessary warnings. Contributed by Jason Lowe. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1310476 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ hadoop-hdfs-project/hadoop-hdfs/pom.xml | 10 ---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 78585bf52f..418147e6ec 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -439,6 +439,9 @@ Release 2.0.0 - UNRELEASED HDFS-3208. Bogus entries in hosts files are incorrectly displayed in the report. (eli) + HDFS-3136. Remove SLF4J dependency as HDFS does not need it to fix + unnecessary warnings. (Jason Lowe via suresh) + BREAKDOWN OF HDFS-1623 SUBTASKS HDFS-2179. Add fencing framework and mechanisms for NameNode HA. (todd) diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index b87c59748b..8bdef62bc8 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -90,16 +90,6 @@ junit test - - org.slf4j - slf4j-api - compile - - - org.slf4j - slf4j-log4j12 - compile - org.mockito mockito-all