HBASE-19018 tests that need bouncycastle must delcare dependency on it.

Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
Sean Busbey 2017-10-16 12:44:11 -05:00
parent fe82a302be
commit 3f29498d19
1 changed files with 6 additions and 0 deletions

View File

@ -216,6 +216,12 @@
<artifactId>mockito-all</artifactId> <artifactId>mockito-all</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Some tests rely on Hadoop's KeyStoreTestUtil, which needs bc. -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<profiles> <profiles>
<!-- Skip the tests in this module --> <!-- Skip the tests in this module -->