Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 4fac755bc -> bd23dbfbf


HDFS-12028. Reapply: Ozone: CLI: remove noisy slf4j binding output from hdfs oz 
command. Contributed by Chen Liang.

While committing HDFS-12115, I accidently removed this patch. Reapplying the 
same patch again.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bd23dbfb
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bd23dbfb
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/bd23dbfb

Branch: refs/heads/HDFS-7240
Commit: bd23dbfbf740de68b1f7c912f5ec3bf5f6d19a9a
Parents: 4fac755
Author: Anu Engineer <aengin...@apache.org>
Authored: Fri Aug 11 09:10:34 2017 -0700
Committer: Anu Engineer <aengin...@apache.org>
Committed: Fri Aug 11 09:10:34 2017 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/bd23dbfb/hadoop-hdfs-project/hadoop-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml 
b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
index 101cdaa..b8364d8 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -213,6 +213,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <artifactId>target</artifactId>
       <version>2.5.3</version>
       <optional>true</optional>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.jctools</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to