From ba7b4a2c2ce7e11e8c1d4e908206b4197cdf3309 Mon Sep 17 00:00:00 2001 From: Rahul Agarkar Date: Thu, 1 Jun 2023 18:39:47 +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)?= =?UTF-8?q?=20(#5261)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Wellington Chevreuil (cherry picked from commit 61a876f5a9da78b8c9aaf25a428d24f123631dea) Change-Id: I481fd8396d1ea0bf6fae884d9ef06f9cc8a6fa5f --- hbase-http/pom.xml | 4 ---- hbase-mapreduce/pom.xml | 11 +++++++++++ hbase-rest/pom.xml | 9 --------- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index 33a894b0d52a..822edb1c5b84 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -93,10 +93,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 8a295e1ab073..58a6fc48e844 100644 --- a/hbase-mapreduce/pom.xml +++ b/hbase-mapreduce/pom.xml @@ -434,6 +434,17 @@ ${netty.hadoop.version} test + + org.apache.hadoop + hadoop-hdfs + test-jar + test + + + javax.ws.rs + javax.ws.rs-api + test + diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 0279113d186f..31c1b891de90 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