Skip to content

Commit

Permalink
[ADDENDUM] HBASE-28295 Few tests are failing due to NCDFE: org/bouncy…
Browse files Browse the repository at this point in the history
…castle/operator/OperatorCreationException (#5611)

Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 0db4231)
NihalJain committed Jan 10, 2024
1 parent ff27fa6 commit b0d1402
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hbase-backup/pom.xml
Original file line number Diff line number Diff line change
@@ -105,6 +105,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Required by tests using MiniMRCluster -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope>
</dependency>
<!-- General dependencies -->
<dependency>
<groupId>org.apache.commons</groupId>
6 changes: 6 additions & 0 deletions hbase-it/pom.xml
Original file line number Diff line number Diff line change
@@ -127,6 +127,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Required by tests using MiniMRCluster -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-endpoint</artifactId>
1 change: 1 addition & 0 deletions hbase-mapreduce/pom.xml
Original file line number Diff line number Diff line change
@@ -240,6 +240,7 @@
<artifactId>bcprov-jdk18on</artifactId>
<scope>test</scope>
</dependency>
<!-- Required by tests using MiniMRCluster -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>

0 comments on commit b0d1402

Please sign in to comment.