From 61e0a3ceac1b0a87f1c0a03764d15cc89df7244d Mon Sep 17 00:00:00 2001 From: stack Date: Mon, 4 Mar 2019 22:45:11 -0800 Subject: [PATCH] HBASE-21960 RESTServletContainer not configured for REST Jetty server Addendum to work around bouncycastle version issues. --- hbase-rest/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 2624d400c8f..33687477f5b 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -365,6 +365,12 @@ findbugs-annotations true + + + org.bouncycastle + bcprov-jdk15on + test +