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/b232746d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b232746d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b232746d Branch: refs/heads/branch-2.1 Commit: b232746d4cb811560f34417e28abccbe37d1c8c0 Parents: fedaedd Author: tedyu <[email protected]> Authored: Wed Oct 17 16:00:28 2018 -0700 Committer: Josh Elser <[email protected]> Committed: Mon Oct 22 17:12:11 2018 -0400 ---------------------------------------------------------------------- hbase-server/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/b232746d/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index ff76c63..30f0046 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>
