aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-01-16 11:00:58 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-01-16 11:00:58 +0100
commit098357d27cab4a43aa8bd911960e16a1cf69726a (patch)
tree971d618be3c0d3f5cdfd8a62bb69acd5cf2502ca /pom.xml
parentf50df2907e144784d77097653f9896b6c6a69361 (diff)
downloadmoa-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.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d783ebc95..6d5b531c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>