Skip to content

Commit b70604e

Browse files
committed
HBASE-28295 Few tests are failing due to NCDFE: org/bouncycastle/operator/OperatorCreationException (#5608)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 1176e92)
1 parent deefaaf commit b70604e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hbase-mapreduce/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,11 @@
240240
<artifactId>bcprov-jdk18on</artifactId>
241241
<scope>test</scope>
242242
</dependency>
243+
<dependency>
244+
<groupId>org.bouncycastle</groupId>
245+
<artifactId>bcpkix-jdk18on</artifactId>
246+
<scope>test</scope>
247+
</dependency>
243248
</dependencies>
244249

245250
<build>

0 commit comments

Comments
 (0)