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