diff --git hcatalog/hcatalog-pig-adapter/pom.xml hcatalog/hcatalog-pig-adapter/pom.xml
index 1cd1982..19933a7 100644
--- hcatalog/hcatalog-pig-adapter/pom.xml
+++ hcatalog/hcatalog-pig-adapter/pom.xml
@@ -105,6 +105,14 @@
joda-time
2.2
+
+
+ org.apache.hadoop
+ hadoop-mapreduce-client-common
+ ${hadoop-23.version}
+ true
+ test
+
diff --git ql/pom.xml ql/pom.xml
index 53d0b9e..9c54f95 100644
--- ql/pom.xml
+++ ql/pom.xml
@@ -373,6 +373,14 @@
${hadoop-23.version}
true
+
+
+ org.apache.hadoop
+ hadoop-mapreduce-client-common
+ ${hadoop-23.version}
+ true
+ test
+