This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 40059f5 HBASE-21960 RESTServletContainer not configured for REST
Jetty server Addendum to work around bouncycastle version issues.
40059f5 is described below
commit 40059f5c3addf558f81569fcd2b3c8243e41e9c9
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 -->