You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2018/10/17 22:59:48 UTC

hbase git commit: HBASE-21281 Update bouncycastle dependency - addendum adds dependency for hbase-server module

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 <yu...@gmail.com>
Authored: Wed Oct 17 15:59:41 2018 -0700
Committer: tedyu <yu...@gmail.com>
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>