This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-2.5 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit a3b5d7f87fbd8cf331bce237442d6f347de42f8c Author: Nihal Jain <[email protected]> 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 <[email protected]> (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 44bbb91966e..c1a1dd7085a 100644 --- a/hbase-mapreduce/pom.xml +++ b/hbase-mapreduce/pom.xml @@ -255,6 +255,11 @@ <artifactId>bcprov-jdk18on</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk18on</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build>
