Repository: hbase Updated Branches: refs/heads/master 8cb28ce4b -> 1e339e662
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/1e339e66 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1e339e66 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1e339e66 Branch: refs/heads/master Commit: 1e339e66294b6976b7d6333032afda90779f9e8d Parents: 8cb28ce Author: tedyu <[email protected]> Authored: Wed Oct 17 15:59:41 2018 -0700 Committer: tedyu <[email protected]> Committed: Wed Oct 17 15:59:41 2018 -0700 ---------------------------------------------------------------------- hbase-server/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/1e339e66/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 9f1454b..54558f7 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>
