diff --git a/hbase-asyncfs/pom.xml b/hbase-asyncfs/pom.xml
index ace6dbe4bf20..08d619e46cbb 100644
--- a/hbase-asyncfs/pom.xml
+++ b/hbase-asyncfs/pom.xml
@@ -75,7 +75,7 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 45f5c358a90c..fc3136e05558 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -154,12 +154,12 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
org.bouncycastle
- bcpkix-jdk15on
+ bcpkix-jdk18on
test
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index 59a625b4bbc5..e024fcae002e 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -101,7 +101,7 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 84bf9bb826f6..1a5ca5bd09aa 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -152,7 +152,7 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index eeaa83cbf8b5..f229270a47de 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -107,7 +107,7 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
@@ -170,12 +170,24 @@
apacheds-core
${apacheds.version}
test
+
+
+ org.bouncycastle
+ bcprov-jdk15on
+
+
org.apache.directory.server
apacheds-protocol-ldap
${apacheds.version}
test
+
+
+ org.bouncycastle
+ bcprov-jdk15on
+
+
org.apache.directory.server
diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml
index 68e88141d62d..3d9877dbf787 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -213,7 +213,7 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index dd60a7ddc1f3..b7204d71acc8 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -586,10 +586,10 @@ under the License.
org.bouncycastle
- bcpkix-jdk15on
+ bcpkix-jdk18on
-
+
MIT License
http://www.opensource.org/licenses/mit-license.php
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 8c356ef518ba..0368e713bdc2 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -230,7 +230,7 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index f9b01535185e..2455c199cb2b 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -331,12 +331,12 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
test
org.bouncycastle
- bcpkix-jdk15on
+ bcpkix-jdk18on
test
diff --git a/pom.xml b/pom.xml
index 10286b31512f..e43a27c6afee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -856,7 +856,7 @@
2.1.43
1.0.57
2.12.2
- 1.70
+ 1.76
1.5.1
1.0.1
1.1.0
@@ -1621,7 +1621,7 @@
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
${bouncycastle.version}
test
@@ -1633,7 +1633,7 @@
org.bouncycastle
- bcpkix-jdk15on
+ bcpkix-jdk18on
${bouncycastle.version}
test
@@ -2399,6 +2399,23 @@
+
+ banned-bouncycastle-jdk15on
+
+ enforce
+
+
+
+
+
+ org.bouncycastle:*-jdk15on
+
+ Use org.bouncycastle:*-jdk18on instead
+ true
+
+
+
+
check-aggregate-license
@@ -4070,6 +4087,14 @@
org.slf4j
slf4j-reload4j
+
+ org.bouncycastle
+ bcprov-jdk15on
+
+
+ org.bouncycastle
+ bcpkix-jdk15on
+