HBASE-21281 Upgrade bouncycastle to latest - addendum adds test dependency

This commit is contained in:
tedyu 2018-10-20 09:28:30 -07:00
parent 46fe6c0e92
commit 4b7fe7064a
1 changed files with 5 additions and 0 deletions

View File

@ -177,6 +177,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>