From aec67c3796ff4bedf23eac8c14a8e56d8426f085 Mon Sep 17 00:00:00 2001 From: Rahul Agarkar Date: Wed, 31 May 2023 14:53:40 +0530 Subject: [PATCH] =?UTF-8?q?HBASE-27820:=20HBase=20is=20not=20starting=20du?= =?UTF-8?q?e=20to=20Jersey=20library=20conflicts=20wi=E2=80=A6=20(#5210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Wellington Chevreuil Signed-off-by: Duo Zhang Signed-off-by: Ankit Singhal (cherry picked from commit 7cc15fc92b62877d91bbb8d653f02ead4d901900) --- hbase-http/pom.xml | 4 ---- hbase-mapreduce/pom.xml | 5 +++++ hbase-rest/pom.xml | 9 --------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index c64b70727d1..bffeb75215b 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -80,10 +80,6 @@ javax.servlet javax.servlet-api - - javax.ws.rs - javax.ws.rs-api - com.github.stephenc.findbugs findbugs-annotations diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml index 1e2e75dd83d..2ec9a28dce5 100644 --- a/hbase-mapreduce/pom.xml +++ b/hbase-mapreduce/pom.xml @@ -326,6 +326,11 @@ test-jar test + + javax.ws.rs + javax.ws.rs-api + test + org.apache.hadoop diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index e8c83a4cc81..bb06ceabef3 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -30,15 +30,6 @@ Apache HBase - Rest HBase Rest Server - - - javax.ws.rs - javax.ws.rs-api - org.apache.hbase