diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-01-16 11:00:58 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-01-16 11:00:58 +0100 |
commit | 098357d27cab4a43aa8bd911960e16a1cf69726a (patch) | |
tree | 971d618be3c0d3f5cdfd8a62bb69acd5cf2502ca /pom.xml | |
parent | f50df2907e144784d77097653f9896b6c6a69361 (diff) | |
download | moa-id-spss-098357d27cab4a43aa8bd911960e16a1cf69726a.tar.gz moa-id-spss-098357d27cab4a43aa8bd911960e16a1cf69726a.tar.bz2 moa-id-spss-098357d27cab4a43aa8bd911960e16a1cf69726a.zip |
add HTTP Proxy support to MIS and SZR-GW webservice request methods
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -218,6 +218,11 @@ <version>3.1</version>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.3.6</version>
+ </dependency>
+ <dependency>
<groupId>dav4j</groupId>
<artifactId>dav4j</artifactId>
<version>0.1</version>
|