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/moa-id-commons/pom.xml | |
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/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index a3d902262..d8d2e0d3d 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -81,6 +81,17 @@ </exclusions> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> |