diff --git a/hadoop-client-modules/hadoop-client/pom.xml b/hadoop-client-modules/hadoop-client/pom.xml
index 5299c9e871..9170bf4b54 100644
--- a/hadoop-client-modules/hadoop-client/pom.xml
+++ b/hadoop-client-modules/hadoop-client/pom.xml
@@ -69,6 +69,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
com.sun.jersey
jersey-server
@@ -182,6 +186,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
io.netty
netty
@@ -233,6 +241,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
com.sun.jersey
jersey-servlet
@@ -290,6 +302,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
io.netty
netty
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 41efc183c3..5fb267cfd0 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -175,6 +175,14 @@
+
+
+ org.codehaus.jettison
+ jettison
+
com.sun.jersey
jersey-server