You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/03/05 17:50:04 UTC

[hbase] branch branch-2.1 updated: HBASE-21960 RESTServletContainer not configured for REST Jetty server Addendum to work around bouncycastle version issues.

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

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


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

commit 61e0a3ceac1b0a87f1c0a03764d15cc89df7244d
Author: stack <st...@apache.org>
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 2624d40..3368747 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -365,6 +365,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 -->