diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-10-13 10:39:06 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-10-13 10:39:06 +0200 |
commit | c9f7fb8a31dfe3669fd23b578ad67d24f71d2483 (patch) | |
tree | cfd44d70cba2d06708e1030663552275c2e5079a /id/server/auth/pom.xml | |
parent | e469192bdf92866da4e0c584fe1cc683c2506ccd (diff) | |
download | moa-id-spss-c9f7fb8a31dfe3669fd23b578ad67d24f71d2483.tar.gz moa-id-spss-c9f7fb8a31dfe3669fd23b578ad67d24f71d2483.tar.bz2 moa-id-spss-c9f7fb8a31dfe3669fd23b578ad67d24f71d2483.zip |
first version of EGIZ MOA-ID SSO session-transfer module
Diffstat (limited to 'id/server/auth/pom.xml')
-rw-r--r-- | id/server/auth/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 665c97964..53aab2f9e 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -166,6 +166,12 @@ <artifactId>moa-id-modul-citizencard_authentication</artifactId> </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-ssoTransfer</artifactId> + <version>${moa-id-version}</version> + </dependency> + <!-- transitive dependencies we don't want to include into the war --> <dependency> <groupId>iaik.prod</groupId> |