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