diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-07-02 18:08:04 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-07-02 18:08:04 +0200 |
commit | 5acd1d23f3702d8899f531e823da68cd9fccaaa4 (patch) | |
tree | 0fbf18523b9eb12afd59d6646a6c93ee6e865cb2 /id/server/auth-final/pom.xml | |
parent | 1f17c6819cb036d2cbd91f9d391bd8f6412364ac (diff) | |
download | moa-id-spss-5acd1d23f3702d8899f531e823da68cd9fccaaa4.tar.gz moa-id-spss-5acd1d23f3702d8899f531e823da68cd9fccaaa4.tar.bz2 moa-id-spss-5acd1d23f3702d8899f531e823da68cd9fccaaa4.zip |
update auth. module for central eIDAS node connection
Diffstat (limited to 'id/server/auth-final/pom.xml')
-rw-r--r-- | id/server/auth-final/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/auth-final/pom.xml b/id/server/auth-final/pom.xml index 4f5f219a1..15208bb47 100644 --- a/id/server/auth-final/pom.xml +++ b/id/server/auth-final/pom.xml @@ -165,6 +165,11 @@ <artifactId>moa-id-modul-citizencard_authentication</artifactId> </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-AT_eIDAS_connector</artifactId> + </dependency> + <!--dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-modules-federated_authentication</artifactId> |