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.
This commit is contained in:
Anu Engineer 2017-08-11 09:10:34 -07:00
parent 4fac755bc7
commit bd23dbfbf7
1 changed files with 6 additions and 0 deletions

View File

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