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:51:08 UTC

[hbase] branch branch-2 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
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit b12f48ac7275ab0c3909bff088a81da05eb6f9a5
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 e105374..7916f2e 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 -->