diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-26 08:31:11 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-26 08:31:11 +0100 |
commit | c732eccaaa0bae8ec551dabfed165991b1c2fcff (patch) | |
tree | dbd9765bcbdb717e4db8becb529abb32f175316f /id/server/auth | |
parent | f04f5ff7977d87bdad7ed48b00fbffce239a416e (diff) | |
download | moa-id-spss-c732eccaaa0bae8ec551dabfed165991b1c2fcff.tar.gz moa-id-spss-c732eccaaa0bae8ec551dabfed165991b1c2fcff.tar.bz2 moa-id-spss-c732eccaaa0bae8ec551dabfed165991b1c2fcff.zip |
Add initial version of ELGA mandate-service authentication-module
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index f7b2731fe..2faee730e 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -152,6 +152,11 @@ <artifactId>moa-id-module-openID</artifactId> </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-elga_mandate_service</artifactId> + </dependency> + <!-- <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-pvp2</artifactId> |