You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ni...@apache.org on 2024/01/07 14:53:56 UTC

(hbase) branch branch-3 updated: HBASE-28295 Few tests are failing due to NCDFE: org/bouncycastle/operator/OperatorCreationException (#5608)

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

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


The following commit(s) were added to refs/heads/branch-3 by this push:
     new 8e87f4758be HBASE-28295 Few tests are failing due to NCDFE: org/bouncycastle/operator/OperatorCreationException (#5608)
8e87f4758be is described below

commit 8e87f4758be578b53da57497fb75fb4882f1ebed
Author: Nihal Jain <ni...@apache.org>
AuthorDate: Sun Jan 7 20:00:36 2024 +0530

    HBASE-28295 Few tests are failing due to NCDFE: org/bouncycastle/operator/OperatorCreationException (#5608)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
    (cherry picked from commit 1176e92cc646111313c2fa6a7a8e9092aef1f5c9)
---
 hbase-mapreduce/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml
index 3d9877dbf78..47e3f40363c 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -216,6 +216,11 @@
       <artifactId>bcprov-jdk18on</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk18on</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>