summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core
diff options
context:
space:
mode:
authorThomas <>2022-08-22 10:38:03 +0200
committerThomas <>2022-08-22 10:38:03 +0200
commit024a48c46d5aa2359b34b5ed5dc41a865ea9dedc (patch)
tree8f8b252e21158c3483e84fbb93e13fa614f7412f /eaaf_modules/eaaf_module_pvp2_core
parent5efc2e4f31e3456e68ac19fe21352ac501302bf4 (diff)
downloadEAAF-Components-024a48c46d5aa2359b34b5ed5dc41a865ea9dedc.tar.gz
EAAF-Components-024a48c46d5aa2359b34b5ed5dc41a865ea9dedc.tar.bz2
EAAF-Components-024a48c46d5aa2359b34b5ed5dc41a865ea9dedc.zip
chore(core): update third-party libs
Diffstat (limited to 'eaaf_modules/eaaf_module_pvp2_core')
-rw-r--r--eaaf_modules/eaaf_module_pvp2_core/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
index 748f81b8..0fd59856 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
@@ -28,6 +28,16 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
@@ -67,6 +77,10 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk18on</artifactId>
+ </dependency>
<dependency>
<groupId>org.springframework</groupId>