aboutsummaryrefslogtreecommitdiff
path: root/connector
diff options
context:
space:
mode:
authorThomas <>2021-05-04 11:57:00 +0200
committerThomas <>2022-03-03 16:31:56 +0100
commitb419fcc99808d550490b7a4bf1e03baf4cacc6fc (patch)
treef644613ff6c0144465ab8b911aabe09ee3f2f531 /connector
parent4d33e943238ba29eca894a23e27ba3bedc85632c (diff)
downloadNational_eIDAS_Gateway-b419fcc99808d550490b7a4bf1e03baf4cacc6fc.tar.gz
National_eIDAS_Gateway-b419fcc99808d550490b7a4bf1e03baf4cacc6fc.tar.bz2
National_eIDAS_Gateway-b419fcc99808d550490b7a4bf1e03baf4cacc6fc.zip
fix some small bugs
Diffstat (limited to 'connector')
-rw-r--r--connector/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/connector/pom.xml b/connector/pom.xml
index 244a08fb..8ec63765 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -45,6 +45,10 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_module_pvp2_sp</artifactId>
+ </dependency>
+ <dependency>
<groupId>at.asitplus.eidas.ms_specific</groupId>
<artifactId>connector_lib</artifactId>
</dependency>
@@ -159,7 +163,6 @@
<dependency>
<groupId>at.asitplus.eidas.ms_specific.modules</groupId>
<artifactId>authmodule-eIDAS-v2</artifactId>
- <classifier>tests</classifier>
<scope>test</scope>
<type>test-jar</type>
</dependency>