HBASE-21281 Upgrade bouncycastle to latest - addendum adds test dependency
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6bd36fef Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6bd36fef Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6bd36fef Branch: refs/heads/branch-2.0 Commit: 6bd36fef0697afb78f34835b9b80fb30db4aca92 Parents: 9526517 Author: tedyu <[email protected]> Authored: Sat Oct 20 09:28:30 2018 -0700 Committer: Josh Elser <[email protected]> Committed: Mon Oct 22 17:46:45 2018 -0400 ---------------------------------------------------------------------- hbase-endpoint/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6bd36fef/hbase-endpoint/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml index 1f201ed..35c82e0 100644 --- a/hbase-endpoint/pom.xml +++ b/hbase-endpoint/pom.xml @@ -178,6 +178,11 @@ <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> </dependency>
