diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-07-16 18:26:01 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-07-16 18:26:01 +0200 |
commit | 4ae32fabc822b3c8ed51d380969f7db682d1bfae (patch) | |
tree | c818d7e158309dcfc21fbfc6e6d6e3ac91c35783 /id/server/auth-final | |
parent | a3c1d2e65898d693ce242b7400effbacb5ae308f (diff) | |
download | moa-id-spss-4ae32fabc822b3c8ed51d380969f7db682d1bfae.tar.gz moa-id-spss-4ae32fabc822b3c8ed51d380969f7db682d1bfae.tar.bz2 moa-id-spss-4ae32fabc822b3c8ed51d380969f7db682d1bfae.zip |
some GUI and handbook updatesMOA-ID-3.4.0
Diffstat (limited to 'id/server/auth-final')
-rw-r--r-- | id/server/auth-final/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/id/server/auth-final/pom.xml b/id/server/auth-final/pom.xml index 09fb70a19..504adb486 100644 --- a/id/server/auth-final/pom.xml +++ b/id/server/auth-final/pom.xml @@ -166,9 +166,14 @@ </dependency> <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-sl20_authentication</artifactId> + </dependency> + + <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-AT_eIDAS_connector</artifactId> - </dependency> + </dependency> <!--dependency> <groupId>MOA.id.server.modules</groupId> |