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 <zhangduo@apache.org>
  • Loading branch information
NihalJain committed Jan 10, 2024
1 parent a09305d commit 0db4231
Show file tree
Hide file tree
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
Expand Up @@ -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>
Expand Down
6 changes: 6 additions & 0 deletions hbase-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,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-backup</artifactId>
Expand Down
1 change: 1 addition & 0 deletions hbase-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
<artifactId>bcprov-jdk18on</artifactId>
<scope>test</scope>
</dependency>
<!-- Required by tests using MiniMRCluster -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
Expand Down

0 comments on commit 0db4231

Please sign in to comment.