diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index 526b5c32002..e36989ba83e 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 4f5b19a4ef8..890e24f74d7 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 0d3e2a0c7c1..bc87157bc73 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -2251,6 +2251,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 22af2c50448..169542891fd 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -130,6 +130,15 @@ + + + javax.ws.rs + javax.ws.rs-api + org.apache.hbase diff --git a/pom.xml b/pom.xml index daf09719772..75b1ae4bc8a 100755 --- a/pom.xml +++ b/pom.xml @@ -1770,6 +1770,7 @@ 2.13.1 2.3.1 3.1.0 + 2.1.1 2.3.2 3.0.1-b08 9.2.13.0 @@ -2432,6 +2433,11 @@ javax.servlet-api ${servlet.api.version} + + javax.ws.rs + javax.ws.rs-api + ${wx.rs.api.version} + com.sun.activation javax.activation