summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2017-08-09 17:32:27 +0200
committerSimon Rettberg2017-08-09 17:32:27 +0200
commita43191e20a21e333da487c5b3004c2418289d97b (patch)
treed698a24845039ed7fc8b349fc2e972d3e5caf8eb /dozentenmodul/pom.xml
parent[client] Fix update checks if behind proxy (diff)
downloadtutor-module-a43191e20a21e333da487c5b3004c2418289d97b.tar.gz
tutor-module-a43191e20a21e333da487c5b3004c2418289d97b.tar.xz
tutor-module-a43191e20a21e333da487c5b3004c2418289d97b.zip
[client] Update apache httpclient, pass custom client to ecp-client-lean
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 67e6ed34..e744dd48 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -178,7 +178,7 @@
<dependency>
<groupId>org.openslx.ecp</groupId>
<artifactId>ecp-client-lean</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <version>0.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
@@ -190,6 +190,17 @@
<artifactId>jdatepicker</artifactId>
<version>1.3.4</version>
</dependency>
+ <dependency>
+ <groupId>org.openslx</groupId>
+ <artifactId>proxy_vole</artifactId>
+ <version>0.0.4-SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>[4.5.3,4.5.99]</version>
+ </dependency>
</dependencies>
</project>