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

This commit is contained in:
tedyu 2018-10-20 09:23:42 -07:00
parent b723ce1051
commit 5858467d1c
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>