From 1fa1fab695355fadb7898efb6d0d03fc88513466 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 14 Jul 2016 10:20:18 +0100 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 51e7cee921..1de94216ca 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