This is an automated email from the ASF dual-hosted git repository. openinx pushed a commit to branch HBASE-21879 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 6b060b2b91d9798feb814a33fe6ae87a767efefd Author: stack <[email protected]> AuthorDate: Mon Mar 4 22:45:11 2019 -0800 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 09a3f7a..8d9e537 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -377,6 +377,12 @@ <artifactId>findbugs-annotations</artifactId> <optional>true</optional> </dependency> + <!--Test--> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <scope>test</scope> + </dependency> </dependencies> <profiles> <!-- Skip the tests in this module -->
