Repository: hbase Updated Branches: refs/heads/master b723ce105 -> 5858467d1
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/5858467d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5858467d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5858467d Branch: refs/heads/master Commit: 5858467d1cfde6b54cf7d144af517a3671ca4b2c Parents: b723ce1 Author: tedyu <[email protected]> Authored: Sat Oct 20 09:23:42 2018 -0700 Committer: tedyu <[email protected]> Committed: Sat Oct 20 09:23:42 2018 -0700 ---------------------------------------------------------------------- hbase-endpoint/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/5858467d/hbase-endpoint/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml index 554a01f..d0b5425 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>
