diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-22 12:57:46 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-22 12:59:17 +0100 |
commit | ef59662475c60c027c698caacd2423b34b3524d3 (patch) | |
tree | 2c327727a20a6b19cfd848b7fe4739f6f4d6757e /id/server/modules/moa-id-module-ssoTransfer/pom.xml | |
parent | cbfed3f8fb9273155d57b32692b7e577c29a6c8a (diff) | |
download | moa-id-spss-ef59662475c60c027c698caacd2423b34b3524d3.tar.gz moa-id-spss-ef59662475c60c027c698caacd2423b34b3524d3.tar.bz2 moa-id-spss-ef59662475c60c027c698caacd2423b34b3524d3.zip |
update SSO session-transfer to MOA-ID 3.1.x architecture
Diffstat (limited to 'id/server/modules/moa-id-module-ssoTransfer/pom.xml')
-rw-r--r-- | id/server/modules/moa-id-module-ssoTransfer/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-ssoTransfer/pom.xml b/id/server/modules/moa-id-module-ssoTransfer/pom.xml index 61af328d3..a6399391a 100644 --- a/id/server/modules/moa-id-module-ssoTransfer/pom.xml +++ b/id/server/modules/moa-id-module-ssoTransfer/pom.xml @@ -15,6 +15,24 @@ <artifactId>qrgen</artifactId> <version>1.4</version> </dependency> + + <!-- JSON JWT implementation --> + <dependency> + <groupId>com.googlecode.jsontoken</groupId> + <artifactId>jsontoken</artifactId> + <version>1.1</version> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + <exclusion> + <artifactId>google-collections</artifactId> + <groupId>com.google.collections</groupId> + </exclusion> + </exclusions> + </dependency> + </dependencies> </project>
\ No newline at end of file |