summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorJonathan Bauer2014-12-05 15:28:55 +0100
committerJonathan Bauer2014-12-05 15:28:55 +0100
commit304ec65d1994bb408668b215d7680273d0d7c858 (patch)
tree35c284e4fcc00d4b57c189f12ef22b216a91b146 /dozentenmodul/pom.xml
parent[client] sort list of IdP by displayName (diff)
downloadtutor-module-304ec65d1994bb408668b215d7680273d0d7c858.tar.gz
tutor-module-304ec65d1994bb408668b215d7680273d0d7c858.tar.xz
tutor-module-304ec65d1994bb408668b215d7680273d0d7c858.zip
[client] preparations for parsing the response of the SP
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 2ceff87a..dd7c9523 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -254,6 +254,12 @@
<artifactId>ecp-client-lean</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.2.4</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>