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>
This commit is contained in:
parent
46d37a70d6
commit
8d2efc8aaa
|
@ -253,11 +253,6 @@
|
|||
<artifactId>hamcrest-library</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.kerby</groupId>
|
||||
<artifactId>kerb-client</artifactId>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -819,7 +819,7 @@
|
|||
<joni.version>2.1.42</joni.version>
|
||||
<jcodings.version>1.0.56</jcodings.version>
|
||||
<spy.version>2.12.2</spy.version>
|
||||
<bouncycastle.version>1.67</bouncycastle.version>
|
||||
<bouncycastle.version>1.70</bouncycastle.version>
|
||||
<kerby.version>1.0.1</kerby.version>
|
||||
<commons-crypto.version>1.1.0</commons-crypto.version>
|
||||
<curator.version>4.2.0</curator.version>
|
||||
|
|
Loading…
Reference in New Issue