summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-11-15 12:54:36 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-11-15 12:54:36 +0100
commit27756b6d6ba8ec93204beef69cd063f4bef0d3c1 (patch)
tree42efd5b3901874f81c783e0ba596b48b4bd65dd7 /parent
parent070c93ac9a9c9dec1d2a9a1c5aa2a936282a09ab (diff)
Use BouncyCastle 1.72 everywhere
BouncyCastle introduced new artifact ids after increasing JDK requirement (5 => 8)
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index e81bdb5e661..b17a56c9dc8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -565,8 +565,25 @@
</dependency>
<dependency>
<groupId>com.yahoo.athenz</groupId>
+ <artifactId>athenz-cert-refresher</artifactId>
+ <version>${athenz.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-zms-java-client</artifactId>
<version>${athenz.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.athenz</groupId>
@@ -577,6 +594,12 @@
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-zts-java-client</artifactId>
<version>${athenz.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>