aboutsummaryrefslogtreecommitdiff
path: root/moaSig/common
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/common')
-rw-r--r--moaSig/common/build.gradle6
-rw-r--r--moaSig/common/src/main/java/at/gv/egovernment/moaspss/util/Constants.java7
2 files changed, 7 insertions, 6 deletions
diff --git a/moaSig/common/build.gradle b/moaSig/common/build.gradle
index 8bd4bb3..88ff053 100644
--- a/moaSig/common/build.gradle
+++ b/moaSig/common/build.gradle
@@ -1,11 +1,11 @@
dependencies {
compile files('../libs/iaik_jce_full-5.52_moa.jar')
- compile 'org.slf4j:slf4j-api:1.7.12'
+ compile 'org.slf4j:slf4j-api:1.7.30'
compile 'xerces:xercesImpl:2.12.0'
compile 'xalan:xalan:2.7.1'
- compile 'joda-time:joda-time:2.10.1'
- compile 'jaxen:jaxen:1.1.6'
+ compile 'joda-time:joda-time:2.10.6'
+ compile 'jaxen:jaxen:1.2.0'
}
task testJar(type: Jar, dependsOn: testClasses) {
diff --git a/moaSig/common/src/main/java/at/gv/egovernment/moaspss/util/Constants.java b/moaSig/common/src/main/java/at/gv/egovernment/moaspss/util/Constants.java
index da3c4c8..7c29ea1 100644
--- a/moaSig/common/src/main/java/at/gv/egovernment/moaspss/util/Constants.java
+++ b/moaSig/common/src/main/java/at/gv/egovernment/moaspss/util/Constants.java
@@ -442,8 +442,8 @@ public interface Constants {
+ (XENC_NS_URI + " " + XENC_SCHEMA_LOCATION + " ")
+ (SAML2_METADATA_URI + " " + SAML2_METADATA_SCHEMA_LOCATION + " ")
+ (ASIC_URI + " " + ASIC_SCHEMA_LOCATION + " ")
- + (SAML2_eIDAS_EXTENSIONS + " " + SAML2_eIDAS_EXTENSIONS_SCHEMA_LOCATION + " ");
- //+ (eDELIVERY20 + " " + eDELIVERY20_SCHEMA_LOCATION);
+ + (SAML2_eIDAS_EXTENSIONS + " " + SAML2_eIDAS_EXTENSIONS_SCHEMA_LOCATION + " ")
+ + (eDELIVERY20 + " " + eDELIVERY20_SCHEMA_LOCATION);
/**
* Contains all namespaces and local schema locations for XML schema
@@ -480,7 +480,8 @@ public interface Constants {
+ (XENC_NS_URI + " " + XENC_SCHEMA_LOCATION + " ")
+ (SAML2_METADATA_URI + " " + SAML2_METADATA_SCHEMA_LOCATION + " ")
+ (ASIC_URI + " " + ASIC_SCHEMA_LOCATION + " ")
- + (SAML2_eIDAS_EXTENSIONS + " " + SAML2_eIDAS_EXTENSIONS_SCHEMA_LOCATION);
+ + (SAML2_eIDAS_EXTENSIONS + " " + SAML2_eIDAS_EXTENSIONS_SCHEMA_LOCATION + " ")
+ + (eDELIVERY20 + " " + eDELIVERY20_SCHEMA_LOCATION);
/** URN prefix for bPK and wbPK. */
public static final String URN_PREFIX = "urn:publicid:gv.at";