From 63064bfa7ecd2bf645ba967bf90ea2adb79943de Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 20 Apr 2020 21:51:16 -0700 Subject: [PATCH] HBASE-24215 [Flakey Tests] [ERROR] TestSecureRESTServer java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate (#1553) --- hbase-rest/pom.xml | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index aea746fb486..14388c9ffef 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -202,6 +202,22 @@ com.sun.jersey jersey-core + + com.sun.jersey + jersey-client + + + com.sun.jersey + jersey-server + + + com.sun.jersey + jersey-json + + + com.sun.jersey.contribs + jersey-guice + @@ -376,7 +392,6 @@ - hadoop-3.0 @@ -431,6 +446,28 @@ org.apache.hadoop hadoop-mapreduce-client-core test + + + com.sun.jersey + jersey-client + + + + com.sun.jersey.contribs + jersey-guice + + + com.sun.jersey + jersey-server + + org.apache.hadoop