diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-08-04 14:24:07 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-08-04 14:24:07 +0200 |
commit | c6668a5481e70cafe86b6cc966471159d5e17192 (patch) | |
tree | 0a68411eb74c4ff521ac3fa93f136c09674f3c0c /eaaf_modules | |
parent | 6e803872d1de98b306f781640b694ba48738b00b (diff) | |
download | EAAF-Components-c6668a5481e70cafe86b6cc966471159d5e17192.tar.gz EAAF-Components-c6668a5481e70cafe86b6cc966471159d5e17192.tar.bz2 EAAF-Components-c6668a5481e70cafe86b6cc966471159d5e17192.zip |
update third-party libs
Diffstat (limited to 'eaaf_modules')
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_core/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml index 3704e049..7372db81 100644 --- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml @@ -33,10 +33,22 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-api</artifactId> + <exclusions> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-impl</artifactId> + <exclusions> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.santuario</groupId> @@ -44,7 +56,7 @@ </dependency> <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> + <artifactId>bcprov-jdk15to18</artifactId> </dependency> <dependency> |