diff options
author | Thomas <> | 2022-01-10 13:47:31 +0100 |
---|---|---|
committer | Thomas <> | 2022-01-10 13:47:31 +0100 |
commit | f53793460867e95b38ce0800a703f759c674360b (patch) | |
tree | c5b8713c9966a20e7fd543d9430c66d28638e900 /connector | |
parent | 92cbdb1315174bed0cdb7e565fec181301012a85 (diff) | |
download | National_eIDAS_Gateway-f53793460867e95b38ce0800a703f759c674360b.tar.gz National_eIDAS_Gateway-f53793460867e95b38ce0800a703f759c674360b.tar.bz2 National_eIDAS_Gateway-f53793460867e95b38ce0800a703f759c674360b.zip |
chore(core): update third-party libs to latest versions
Diffstat (limited to 'connector')
-rw-r--r-- | connector/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index 63a39346..2b2c0925 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -33,6 +33,16 @@ <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_module_pvp2_idp</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>at.asitplus.eidas.ms_specific</groupId> |