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

This commit is contained in:
Weiwei Yang 2017-06-27 12:35:16 +08:00
parent 31eafb15bc
commit 102dd20b73
1 changed files with 6 additions and 0 deletions

View File

@ -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>