diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index ea5924974ff..6ad70498419 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -180,6 +180,10 @@
javax.servlet
javax.servlet-api
+
+ javax.ws.rs
+ javax.ws.rs-api
+
com.github.stephenc.findbugs
findbugs-annotations
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index d422877c31c..f1ce681c688 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -140,6 +140,16 @@
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ test
+
org.apache.hbase
diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index 07b74c04a86..42cf49fb673 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -3307,6 +3307,21 @@ Copyright (c) 2007-2017 The JRuby project
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ 2.1.1
+ Java API for RESTful Web Services
+
+
+ Eclipse Public License 2.0
+ https://www.eclipse.org/legal/epl-v20.html
+ repo
+
+
+
+
io.airlift
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index e7465e8b1c8..23530f2fa4d 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -143,6 +143,15 @@
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+
org.apache.hbase
diff --git a/pom.xml b/pom.xml
index 4e7d66a80a5..aa4d891decb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1553,6 +1553,7 @@
2.13.1
2.3.1
3.1.0
+ 2.1.1
2.3.2
3.0.1-b08
9.2.13.0
@@ -2227,6 +2228,11 @@
javax.servlet-api
${servlet.api.version}
+
+ javax.ws.rs
+ javax.ws.rs-api
+ ${wx.rs.api.version}
+
com.sun.activation
javax.activation