Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 31eafb15b -> 102dd20b7


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


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

Branch: refs/heads/HDFS-7240
Commit: 102dd20b73ef0c9bb502cced12c2e011ae28e3e0
Parents: 31eafb1
Author: Weiwei Yang <[email protected]>
Authored: Tue Jun 27 12:35:16 2017 +0800
Committer: Weiwei Yang <[email protected]>
Committed: Tue Jun 27 12:35:16 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/102dd20b/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 c2af3f2..dd67dd1 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -208,6 +208,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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to