Repository: hbase Updated Branches: refs/heads/branch-2 4fab2724e -> 3563f4890
HBASE-21281 Update bouncycastle dependency - addendum adds dependency for hbase-server module Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3563f489 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3563f489 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3563f489 Branch: refs/heads/branch-2 Commit: 3563f48900eaac05d3c2f9d124d3a2d6e56a55ad Parents: 4fab272 Author: tedyu <[email protected]> Authored: Wed Oct 17 16:00:28 2018 -0700 Committer: tedyu <[email protected]> Committed: Wed Oct 17 16:00:28 2018 -0700 ---------------------------------------------------------------------- hbase-server/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/3563f489/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 8df8988..1f46bf9 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -533,9 +533,20 @@ <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>
