HDFS-12341. Ozone: maven dist compilation fails with "Duplicate classes found" error. Contributed by Mukul Kumar Singh.

This commit is contained in:
Anu Engineer 2017-08-24 21:03:39 -07:00 committed by Owen O'Malley
parent 532ced18fc
commit 2dfd0a2f4f
1 changed files with 0 additions and 5 deletions

View File

@ -168,11 +168,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>netty</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core4</artifactId>