summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2014-11-13 13:47:24 +0100
committerSimon Rettberg2014-11-13 13:47:24 +0100
commit7a5ce393bd4db00ad930e0559e05f504661c0c05 (patch)
tree5597924190d6da7da5464e3f539d72a77b0ce51f /pom.xml
parentAdd DataReceived callback to Downloader (diff)
parentExample file for proxy config file. Proxy config file MUST be stored as "/opt... (diff)
downloadmaster-sync-shared-7a5ce393bd4db00ad930e0559e05f504661c0c05.tar.gz
master-sync-shared-7a5ce393bd4db00ad930e0559e05f504661c0c05.tar.xz
master-sync-shared-7a5ce393bd4db00ad930e0559e05f504661c0c05.zip
Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e2c3301..60fa968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,5 +107,11 @@
<version>[1.5.8,1.7.5]</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.googlecode.vestige</groupId>
+ <artifactId>proxy_vole</artifactId>
+ <version>0.0.3-SNAPSHOT</version>
+ </dependency>
+
</dependencies>
</project>