HBASE-21281 Update bouncycastle dependency - addendum adds dependency for hbase-server module

This commit is contained in:
tedyu 2018-10-17 15:59:41 -07:00
parent 8cb28ce4b9
commit 1e339e6629
1 changed files with 11 additions and 0 deletions

View File

@ -532,10 +532,21 @@
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>