From f696b4085fd10b3b9d627437f439b222903e13e1 Mon Sep 17 00:00:00 2001 From: lalber Date: Tue, 20 Oct 2020 07:47:44 +0200 Subject: stuck on how to test --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 33 +++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index e64aefc7..7bbdaf78 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -148,6 +148,24 @@ mockito-soap-cxf test + + org.powermock + powermock-module-junit4 + 2.0.7 + test + + + org.powermock + powermock-api-mockito2 + 2.0.7 + test + + + eu.eidas + eidas-light-commons + 2.4.0 + test + at.gv.egiz.eaaf eaaf_core_utils @@ -160,6 +178,17 @@ test test-jar + + com.fasterxml.jackson.core + jackson-databind + 2.11.2 + compile + + + org.bitbucket.b_c + jose4j + 0.7.2 + @@ -168,7 +197,7 @@ src/main/resources - target/generated/cxf + target/generated-sources/cxf @@ -209,7 +238,7 @@ ${project.build.directory}/generated/cxf - ${basedir}/src/main/resources/szr_client/SZR-1.1.WSDL + ${basedir}/src/main/resources/szr_client/SZR_v4.0.wsdl -verbose -- cgit v1.2.3 From 3332e8c363b624e7478f303c403ea709844e822f Mon Sep 17 00:00:00 2001 From: lalber Date: Tue, 20 Oct 2020 09:02:39 +0200 Subject: fixes thanks to Thomas --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 7bbdaf78..4fe2bb36 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -160,12 +160,6 @@ 2.0.7 test - - eu.eidas - eidas-light-commons - 2.4.0 - test - at.gv.egiz.eaaf eaaf_core_utils -- cgit v1.2.3 From d42ef2bccc0acd4e1ee830f42956a5cafb863299 Mon Sep 17 00:00:00 2001 From: lalber Date: Tue, 20 Oct 2020 16:57:45 +0200 Subject: cyclic depend --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 4fe2bb36..9eeb0994 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -183,6 +183,12 @@ jose4j 0.7.2 + + at.asitplus.eidas.ms_specific + ms_specific_connector + 1.1.1-SNAPSHOT + test + -- cgit v1.2.3 From 608b9ac7a9f4d3ebdb6efa2d4e5453d5a015be3a Mon Sep 17 00:00:00 2001 From: lalber Date: Wed, 21 Oct 2020 11:23:40 +0200 Subject: fix --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 9eeb0994..4fe2bb36 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -183,12 +183,6 @@ jose4j 0.7.2 - - at.asitplus.eidas.ms_specific - ms_specific_connector - 1.1.1-SNAPSHOT - test - -- cgit v1.2.3 From d01abea064f33d1c985464aadf3e2326c6ba3219 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 27 Nov 2020 09:07:27 +0100 Subject: upatate AuthBlock format in case of E-ID like authentication --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 4fe2bb36..b2e841fb 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -123,8 +123,10 @@ org.apache.cxf cxf-rt-transports-http - + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + javax.servlet -- cgit v1.2.3