From f497465d382337009b41753fcec465884edccb4e 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 6ad70498419..ea5924974ff 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 f1ce681c688..d422877c31c 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 42cf49fb673..07b74c04a86 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -3307,21 +3307,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 31885e867d0..cd11f5a9b40 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -143,15 +143,6 @@ - - - javax.ws.rs - javax.ws.rs-api - org.apache.hbase diff --git a/pom.xml b/pom.xml index aa4d891decb..4e7d66a80a5 100755 --- a/pom.xml +++ b/pom.xml @@ -1553,7 +1553,6 @@ 2.13.1 2.3.1 3.1.0 - 2.1.1 2.3.2 3.0.1-b08 9.2.13.0 @@ -2228,11 +2227,6 @@ javax.servlet-api ${servlet.api.version} - - javax.ws.rs - javax.ws.rs-api - ${wx.rs.api.version} - com.sun.activation javax.activation