summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2021-01-26 16:19:15 +0100
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2021-01-26 16:19:15 +0100
commited17cf1ad4494c13dea26194ced9179311f29e7a (patch)
tree25a173c6c73f0a5c194b934396433cdf772858f5 /pom.xml
parent5caa941790750bba85a8f830abf04a50d3b049b0 (diff)
downloadpdf-over-ed17cf1ad4494c13dea26194ced9179311f29e7a.tar.gz
pdf-over-ed17cf1ad4494c13dea26194ced9179311f29e7a.tar.bz2
pdf-over-ed17cf1ad4494c13dea26194ced9179311f29e7a.zip
DEFAULT_MOBILE_BKU_URL set to handy-signatur.at
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9062fb00..b4ac6623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,10 +170,15 @@
<artifactId>commons-codec</artifactId>
<version>1.6</version>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
+ </dependency>-->
+ <dependency>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>