diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 56c3e7f..1ab4895 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -74,7 +74,6 @@ limitations under the License.
org.apache.maven.plugins
maven-dependency-plugin
- 2.4
create-mrapp-generated-classpath
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 6cf1bb6..a96c8fc 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -323,7 +323,7 @@
-
+
@@ -336,7 +336,7 @@
-
+
@@ -350,6 +350,10 @@
org.apache.hbase
+ hbase-annotations
+
+
+ org.apache.hbase
hbase-common
@@ -583,6 +587,18 @@
httpcore
test
+
+ org.apache.kerby
+ kerb-core
+ 1.0.0-RC2
+ test
+
+
+ bouncycastle
+ bcprov-jdk15
+ 140
+ test
+
@@ -725,6 +741,10 @@
org.apache.hadoop
+ hadoop-annotations
+
+
+ org.apache.hadoop
hadoop-common
diff --git a/pom.xml b/pom.xml
index 6051ba5..cff4fd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -606,6 +606,22 @@
-Xlint:-options
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ 2.10
+
+
+ analyze
+
+ analyze-only
+
+
+
+
+
org.apache.maven.plugins
@@ -2220,6 +2236,11 @@
org.apache.hadoop
+ hadoop-annotations
+ ${hadoop-three.version}
+
+
+ org.apache.hadoop
hadoop-auth
${hadoop-two.version}