diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 0d6b2ce30ce..e3cd9d83684 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -406,6 +406,54 @@
3.0
+
+
+
+ org.apache.hadoop
+ hadoop-yarn-server-nodemanager
+ ${hadoop-three.version}
+
+
+ com.sun.jersey
+ jersey-core
+
+
+
+
+ org.apache.hadoop
+ hadoop-yarn-server-resourcemanager
+ ${hadoop-three.version}
+
+
+ com.sun.jersey
+ jersey-core
+
+
+
+
+ org.apache.hadoop
+ hadoop-yarn-server-timelineservice
+ ${hadoop-three.version}
+
+
+ javax.ws.rs
+ jsr311-api
+
+
+
+
+ org.apache.hadoop
+ hadoop-yarn-common
+ ${hadoop-three.version}
+
+
+ com.sun.jersey
+ jersey-core
+
+
+
+
+
org.apache.hadoop
diff --git a/pom.xml b/pom.xml
index d8dcc2a62e3..a9df16f7e53 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2885,50 +2885,6 @@
-
- org.apache.hadoop
- hadoop-yarn-server-nodemanager
- ${hadoop-three.version}
-
-
- com.sun.jersey
- jersey-core
-
-
-
-
- org.apache.hadoop
- hadoop-yarn-server-resourcemanager
- ${hadoop-three.version}
-
-
- com.sun.jersey
- jersey-core
-
-
-
-
- org.apache.hadoop
- hadoop-yarn-server-timelineservice
- ${hadoop-three.version}
-
-
- javax.ws.rs
- jsr311-api
-
-
-
-
- org.apache.hadoop
- hadoop-yarn-common
- ${hadoop-three.version}
-
-
- com.sun.jersey
- jersey-core
-
-
-
org.apache.hadoop
hadoop-minikdc