diff options
Diffstat (limited to 'connector')
-rw-r--r-- | connector/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index 2b2c0925..244a08fb 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -52,6 +52,14 @@ <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> </dependency> + <dependency> + <groupId>at.asitplus.eidas.ms_specific.modules</groupId> + <artifactId>eidas_proxy-sevice</artifactId> + </dependency> + <dependency> + <groupId>at.asitplus.eidas.ms_specific.modules</groupId> + <artifactId>authmodule_id-austria</artifactId> + </dependency> <!-- Third party libs --> <dependency> |