Browse Source

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

Weiwei Yang 8 years ago
parent
commit
102dd20b73
1 changed files with 6 additions and 0 deletions
  1. 6 0
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

+ 6 - 0
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>