diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-01-26 16:19:15 +0100 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-01-26 16:19:15 +0100 |
commit | ed17cf1ad4494c13dea26194ced9179311f29e7a (patch) | |
tree | 25a173c6c73f0a5c194b934396433cdf772858f5 | |
parent | 5caa941790750bba85a8f830abf04a50d3b049b0 (diff) | |
download | pdf-over-ed17cf1ad4494c13dea26194ced9179311f29e7a.tar.gz pdf-over-ed17cf1ad4494c13dea26194ced9179311f29e7a.tar.bz2 pdf-over-ed17cf1ad4494c13dea26194ced9179311f29e7a.zip |
DEFAULT_MOBILE_BKU_URL set to handy-signatur.at
-rw-r--r-- | pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java | 4 | ||||
-rw-r--r-- | pdf-over-signer/pdf-over-sigpdfas4/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 7 |
3 files changed, 9 insertions, 4 deletions
diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java index fe631614..eb1527e3 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java @@ -93,8 +93,8 @@ public class Constants { public static final String LOCAL_BKU_URL = "http://127.0.0.1:3495/http-security-layer-request"; //$NON-NLS-1$ /** Default Mobile BKU URL */ - //public static final String DEFAULT_MOBILE_BKU_URL = "https://test1.a-trust.at/mobile2/https-security-layer-request/default.aspx";//"https://www.a-trust.at/mobile/https-security-layer-request/default.aspx"; //$NON-NLS-1$ - //public static final String DEFAULT_MOBILE_BKU_URL = "https://www.a-trust.at/mobile/https-security-layer-request/default.aspx"; //$NON-NLS-1$ + //public static final String DEFAULT_MOBILE_BKU_URL = "https://test1.a-trust.at/mobile/https-security-layer-request/default.aspx"; + //public static final String DEFAULT_MOBILE_BKU_URL = "https://www.a-trust.at/mobile2/https-security-layer-request/default.aspx"; //$NON-NLS-1$ public static final String DEFAULT_MOBILE_BKU_URL = "https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx"; //$NON-NLS-1$ /** Default Mobile BKU type */ diff --git a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml index 17e7c311..c9492a00 100644 --- a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml +++ b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml @@ -10,7 +10,7 @@ <name>PDF-Over PDF-AS 4 Signer</name>
<properties>
<project.maindir>${project.basedir}/../..</project.maindir>
- <pdf-as.version>4.1.7-SNAPSHOT</pdf-as.version>
+ <pdf-as.version>4.1.7-RC-0.0.1</pdf-as.version>
</properties>
<dependencies>
<dependency>
@@ -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>
|