diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-11-04 09:50:25 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-11-04 09:50:25 +0100 |
commit | 518839d9ade1e97d878e494903e088a5b0cf0359 (patch) | |
tree | 954b008011b4689e19710da6e3797079e68bc315 /id/server/modules/moa-id-module-openID | |
parent | 7ed5f3385e7f8f9a455556404ded37e789a6e8e7 (diff) | |
download | moa-id-spss-518839d9ade1e97d878e494903e088a5b0cf0359.tar.gz moa-id-spss-518839d9ade1e97d878e494903e088a5b0cf0359.tar.bz2 moa-id-spss-518839d9ade1e97d878e494903e088a5b0cf0359.zip |
update Http client for MIS communication
Diffstat (limited to 'id/server/modules/moa-id-module-openID')
-rw-r--r-- | id/server/modules/moa-id-module-openID/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-openID/pom.xml b/id/server/modules/moa-id-module-openID/pom.xml index 2bd3b6b4f..971751e9e 100644 --- a/id/server/modules/moa-id-module-openID/pom.xml +++ b/id/server/modules/moa-id-module-openID/pom.xml @@ -57,6 +57,11 @@ </exclusions> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + <dependency> <groupId>com.googlecode.jsontoken</groupId> <artifactId>jsontoken</artifactId> |