Explorar o código

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

Weiwei Yang %!s(int64=8) %!d(string=hai) anos
pai
achega
102dd20b73
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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>