Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 7597393a2 -> 6bd36fef0
  refs/heads/branch-2.1 afa7d6ed4 -> ef41b0fd2


HBASE-21281 Upgrade bouncycastle to latest - addendum adds test dependency


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ef41b0fd
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ef41b0fd
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ef41b0fd

Branch: refs/heads/branch-2.1
Commit: ef41b0fd2ec919635e466f3b2320754de00e5a85
Parents: b232746
Author: tedyu <yuzhih...@gmail.com>
Authored: Sat Oct 20 09:28:30 2018 -0700
Committer: Josh Elser <els...@apache.org>
Committed: Mon Oct 22 17:12:11 2018 -0400

----------------------------------------------------------------------
 hbase-endpoint/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ef41b0fd/hbase-endpoint/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index 154d074..25f98ea 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -178,6 +178,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-server</artifactId>
     </dependency>

Reply via email to