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/95265170 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/95265170 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/95265170 Branch: refs/heads/branch-2.0 Commit: 95265170270668fbef375ce2416ba0400c82b6ce Parents: 7597393 Author: tedyu <[email protected]> Authored: Wed Oct 17 16:00:28 2018 -0700 Committer: Josh Elser <[email protected]> Committed: Mon Oct 22 17:46:45 2018 -0400 ---------------------------------------------------------------------- hbase-server/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/95265170/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 2fb433f..227685d 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -527,9 +527,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>
