From c4b5ac9eade43366c75a3d13b8381f576d60b1be Mon Sep 17 00:00:00 2001 From: Nihal Jain Date: Wed, 14 Feb 2024 00:21:01 +0530 Subject: [PATCH] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing due to NCDFE: com/sun/jersey/core/util/FeaturesAndProperties (#5674)(#5625) Signed-off-by: Duo Zhang (cherry picked from commit 1586ae1d782a0c9ec6ef8f1e850376ce366ba396) --- hbase-it/pom.xml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 30e5fdbdc9a4..b7a226f34d52 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -110,19 +110,6 @@ ${compat.module} ${project.version} - - org.apache.hbase - hbase-testing-util - - - - com.sun.jersey - jersey-core - - - org.apache.hbase hbase-endpoint @@ -388,6 +375,13 @@ org.apache.hadoop hadoop-minikdc + + + org.apache.hbase + hbase-testing-util + @@ -452,6 +446,19 @@ org.apache.hadoop hadoop-minikdc + + org.apache.hbase + hbase-testing-util + + + + com.sun.jersey + jersey-core + + +