From 27e1535d75978bb7558c17bf27db7d1a1131fe40 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Wed, 22 Sep 2021 17:56:33 +0200
Subject: update third-party libs to latest versions
---
.../checks/spotbugs-exclude.xml | 17 ++++++++-
eidas_modules/authmodule-eIDAS-v2/pom.xml | 43 ++++++++++------------
2 files changed, 34 insertions(+), 26 deletions(-)
(limited to 'eidas_modules')
diff --git a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
index 375f73f4..d961b4d6 100644
--- a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
@@ -2,7 +2,9 @@
-
+
+
+
@@ -27,5 +29,16 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml
index 188bbd26..603395ab 100644
--- a/eidas_modules/authmodule-eIDAS-v2/pom.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml
@@ -119,6 +119,11 @@
jackson-datatype-jsr310
+
+ org.bitbucket.b_c
+ jose4j
+
+
javax.servlet
javax.servlet-api
@@ -136,23 +141,6 @@
spring-test
test
-
- com.github.skjolber
- mockito-soap-cxf
- test
-
-
- org.powermock
- powermock-module-junit4
- 2.0.7
- test
-
-
- org.powermock
- powermock-api-mockito2
- 2.0.7
- test
-
at.asitplus.eidas.ms_specific
@@ -173,17 +161,24 @@
test
test-jar
+
- com.fasterxml.jackson.core
- jackson-databind
- 2.11.2
- compile
+ com.github.skjolber
+ mockito-soap-cxf
+ test
+
- org.bitbucket.b_c
- jose4j
- 0.7.2
+ org.powermock
+ powermock-module-junit4
+ test
+
+
+ org.powermock
+ powermock-api-mockito2
+ test
+
--
cgit v1.2.3
From 0f0b59abce4242bdd69de1b48f2d197bc84255ba Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Thu, 21 Oct 2021 09:27:11 +0200
Subject: switch to next release version
---
eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 +-
eidas_modules/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'eidas_modules')
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml
index 603395ab..a2db974b 100644
--- a/eidas_modules/authmodule-eIDAS-v2/pom.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml
@@ -6,7 +6,7 @@
at.asitplus.eidas.ms_specific
modules
- 1.2.3-SNAPSHOT
+ 1.2.3
at.asitplus.eidas.ms_specific.modules
authmodule-eIDAS-v2
diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml
index 0c6183dc..0693d793 100644
--- a/eidas_modules/pom.xml
+++ b/eidas_modules/pom.xml
@@ -4,7 +4,7 @@
at.asitplus.eidas
ms_specific
- 1.2.3-SNAPSHOT
+ 1.2.3
at.asitplus.eidas.ms_specific
modules
--
cgit v1.2.3
From aada1bdcfdc4e0666923acd452ebf7ac9b8fe5da Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Thu, 21 Oct 2021 10:29:58 +0200
Subject: switch to next snapshot version
---
eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 +-
eidas_modules/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'eidas_modules')
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml
index a2db974b..017e82c1 100644
--- a/eidas_modules/authmodule-eIDAS-v2/pom.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml
@@ -6,7 +6,7 @@
at.asitplus.eidas.ms_specific
modules
- 1.2.3
+ 1.2.4-SNAPSHOT
at.asitplus.eidas.ms_specific.modules
authmodule-eIDAS-v2
diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml
index 0693d793..758180e0 100644
--- a/eidas_modules/pom.xml
+++ b/eidas_modules/pom.xml
@@ -4,7 +4,7 @@
at.asitplus.eidas
ms_specific
- 1.2.3
+ 1.2.4-SNAPSHOT
at.asitplus.eidas.ms_specific
modules
--
cgit v1.2.3
From 92cbdb1315174bed0cdb7e565fec181301012a85 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Sun, 9 Jan 2022 14:50:27 +0100
Subject: refactor(core): update GUI generation to new API from EAAF-Components
1.2.x
---
.../src/test/resources/SpringTest-context_tasks_test.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'eidas_modules')
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
index 60ecfa8c..6d6bb51e 100644
--- a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
@@ -20,7 +20,7 @@
+ class="at.gv.egiz.eaaf.core.impl.gui.builder.SpringMvcGuiFormBuilderImpl" />
--
cgit v1.2.3