diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2022-01-10 15:36:12 +0000 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2022-01-10 15:36:12 +0000 |
commit | c007dfb5d809b532c17e1dcc1373dd8b2861f993 (patch) | |
tree | a2167392c947664b4681a85109422d95e6eabf79 /connector/pom.xml | |
parent | ae5d022d5c1af5a3edd48c4aecd2e3635cdd4992 (diff) | |
parent | 31b5c646a4c51e8706d0cf884223a2fe95ee5bba (diff) | |
download | National_eIDAS_Gateway-c007dfb5d809b532c17e1dcc1373dd8b2861f993.tar.gz National_eIDAS_Gateway-c007dfb5d809b532c17e1dcc1373dd8b2861f993.tar.bz2 National_eIDAS_Gateway-c007dfb5d809b532c17e1dcc1373dd8b2861f993.zip |
Merge branch 'feature/opensaml4' into 'nightlybuild'
Feature/opensaml4
See merge request egiz/eidas_at_proxy!13
Diffstat (limited to 'connector/pom.xml')
-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> |