You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2022/10/17 20:21:46 UTC

[hbase] branch branch-2.5 updated: HBASE-27432 TestUsersOperationsWithSecureHadoop fails after HBASE-27411

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

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


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 511e0105ae1 HBASE-27432 TestUsersOperationsWithSecureHadoop fails after HBASE-27411
511e0105ae1 is described below

commit 511e0105ae12bb10da07259b4995535a888b4e54
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Mon Oct 17 13:14:34 2022 -0700

    HBASE-27432 TestUsersOperationsWithSecureHadoop fails after HBASE-27411
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 hbase-server/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 1d6248ddd21..d3ea3501544 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -271,6 +271,11 @@
       <artifactId>hamcrest-library</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.kerby</groupId>
       <artifactId>kerb-client</artifactId>