This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 75102b4  HBASE-21960 RESTServletContainer not configured for REST 
Jetty server Addendum to work around bouncycastle version issues.
75102b4 is described below

commit 75102b4ffedf66bfd99e3162cb0a13a44ac40372
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 3d8f779..acf176f 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -352,6 +352,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 -->

Reply via email to