aboutsummaryrefslogtreecommitdiff
path: root/connector/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2022-01-10 15:36:12 +0000
committerThomas Lenz <thomas.lenz@egiz.gv.at>2022-01-10 15:36:12 +0000
commitc007dfb5d809b532c17e1dcc1373dd8b2861f993 (patch)
treea2167392c947664b4681a85109422d95e6eabf79 /connector/pom.xml
parentae5d022d5c1af5a3edd48c4aecd2e3635cdd4992 (diff)
parent31b5c646a4c51e8706d0cf884223a2fe95ee5bba (diff)
downloadNational_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.xml10
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>