diff --git a/pom.xml b/pom.xml
index 920912353fe9..bc24c8dc6b61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,7 @@
0.3.6
3.0.0
1.7.6
+
0.7.1
1.8.3
1.1.0
@@ -607,6 +608,7 @@
org.apache.avro
avro-mapred
${avro.version}
+ ${avro.mapred.classifier}
io.netty
@@ -1079,6 +1081,7 @@
2.2.0
2.5.0
+ hadoop2
@@ -1088,6 +1091,7 @@
2.3.0
2.5.0
0.9.0
+ hadoop2
@@ -1097,6 +1101,7 @@
2.4.0
2.5.0
0.9.0
+ hadoop2
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 93d00f7c37c9..f530501a205d 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -90,6 +90,15 @@
org.apache.avro
avro
+ ${avro.version}
+
+
+
+ org.apache.avro
+ avro-mapred
+ ${avro.version}
+ ${avro.mapred.classifier}
org.scalatest