Skip to content

Commit b7fbb66

Browse files
committed
HBASE-27411 Update and clean up bcprov-jdk15on dependency (#4817)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
1 parent 050f3e1 commit b7fbb66

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

hbase-server/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,6 @@
271271
<artifactId>hamcrest-library</artifactId>
272272
<scope>test</scope>
273273
</dependency>
274-
<dependency>
275-
<groupId>org.bouncycastle</groupId>
276-
<artifactId>bcprov-jdk15on</artifactId>
277-
<scope>test</scope>
278-
</dependency>
279274
<dependency>
280275
<groupId>org.apache.kerby</groupId>
281276
<artifactId>kerb-client</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
<joni.version>2.1.31</joni.version>
599599
<jcodings.version>1.0.55</jcodings.version>
600600
<spy.version>2.12.2</spy.version>
601-
<bouncycastle.version>1.67</bouncycastle.version>
601+
<bouncycastle.version>1.70</bouncycastle.version>
602602
<kerby.version>1.0.1</kerby.version>
603603
<commons-crypto.version>1.1.0</commons-crypto.version>
604604
<curator.version>4.2.0</curator.version>

0 commit comments

Comments
 (0)