From c6fb9f0d0b63fdd735a6f455b6aee9d248852b41 Mon Sep 17 00:00:00 2001 From: Vinayakumar B Date: Mon, 12 Dec 2016 12:11:11 +0530 Subject: [PATCH] HDFS-10570. Remove classpath conflicts of netty-all jar in hadoop-hdfs-client (Contributed by Vinayakumar B) --- .../hadoop-hdfs-client/pom.xml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml index 3f5d55bf43e..4db332d7d0a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml @@ -65,10 +65,41 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> mockito-all test + + io.netty + netty-all + test + org.mock-server mockserver-netty test + + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-codec-http + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-transport + + org.apache.hadoop