From b1c161ea8ed0ef8712aa9f967f28cf3ee5967d01 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Wed, 16 Mar 2022 16:46:15 +0100 Subject: [PATCH] HBASE-26813 Remove javax.ws.rs-api dependency (#4191) This is no longer needed since we've transitioned to the shaded Jersey shipped in hbase-thirdparty. Also drop supplemental models entry. Signed-off-by: Duo Zhang Signed-off-by: Andrew Purtell --- hbase-http/pom.xml | 4 ---- hbase-it/pom.xml | 10 ---------- .../src/main/resources/supplemental-models.xml | 15 --------------- hbase-rest/pom.xml | 9 --------- pom.xml | 6 ------ 5 files changed, 44 deletions(-) diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index e36989ba83ef..526b5c32002d 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -180,10 +180,6 @@ 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 890e24f74d78..4f5b19a4ef80 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -140,16 +140,6 @@ - - - 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 bc87157bc737..0d3e2a0c7c18 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -2251,21 +2251,6 @@ 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 ad1a20bde04f..721d1839030e 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -130,15 +130,6 @@ - - - javax.ws.rs - javax.ws.rs-api - org.apache.hbase diff --git a/pom.xml b/pom.xml index 75b1ae4bc8a4..daf097197720 100755 --- a/pom.xml +++ b/pom.xml @@ -1770,7 +1770,6 @@ 2.13.1 2.3.1 3.1.0 - 2.1.1 2.3.2 3.0.1-b08 9.2.13.0 @@ -2433,11 +2432,6 @@ javax.servlet-api ${servlet.api.version} - - javax.ws.rs - javax.ws.rs-api - ${wx.rs.api.version} - com.sun.activation javax.activation