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

Signed-off-by: Josh Elser <els...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9353c59a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9353c59a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9353c59a

Branch: refs/heads/HBASE-18410
Commit: 9353c59a99f914716a227a1a7a2d099f92e0d06c
Parents: 3cced09
Author: Sean Busbey <bus...@apache.org>
Authored: Mon Oct 16 12:44:11 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Tue Oct 24 14:30:03 2017 -0500

----------------------------------------------------------------------
 hbase-endpoint/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9353c59a/hbase-endpoint/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index ef2584c..a127763 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -216,6 +216,12 @@
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </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>
   <profiles>
     <!-- Skip the tests in this module -->

Reply via email to