diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-24 08:07:07 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-24 15:21:05 +0100 |
commit | 0dc260503a5deb581802e645ddae996ae9298968 (patch) | |
tree | d62ccd1f16cd84eb4e865e3a53e1bea0f3e023a2 /id/server/auth/pom.xml | |
parent | f8b9d30b9c1b25b5e92bbb488394e41dbe8be7f1 (diff) | |
download | moa-id-spss-0dc260503a5deb581802e645ddae996ae9298968.tar.gz moa-id-spss-0dc260503a5deb581802e645ddae996ae9298968.tar.bz2 moa-id-spss-0dc260503a5deb581802e645ddae996ae9298968.zip |
Update SSO-transer authentication modul to MOA_ID 3.2.x
Diffstat (limited to 'id/server/auth/pom.xml')
-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..c601296ac 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -167,6 +167,11 @@ <artifactId>moa-id-modules-federated_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> |