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 --- connector/pom.xml | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index ee3d8d09..3145f051 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -87,6 +87,19 @@ hibernate-validator + + org.apache.cxf + cxf-core + + + org.apache.cxf + cxf-rt-frontend-jaxws + + + org.apache.cxf + cxf-rt-transports-http + + @@ -121,6 +134,13 @@ eaaf_module_pvp2_sp test + + at.asitplus.eidas.ms_specific.modules + authmodule-eIDAS-v2 + tests + test + test-jar + org.springframework.boot spring-boot-starter-tomcat @@ -131,42 +151,28 @@ eaaf-springboot-utils test + + com.squareup.okhttp3 + mockwebserver + test + + com.github.skjolber mockito-soap-cxf - test - + test + org.powermock powermock-module-junit4 - 2.0.7 test org.powermock powermock-api-mockito2 - 2.0.7 test - - - com.squareup.okhttp3 - mockwebserver - 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 --- connector/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 3145f051..48e449c3 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -6,7 +6,7 @@ at.asitplus.eidas ms_specific - 1.2.3-SNAPSHOT + 1.2.3 at.asitplus.eidas.ms_specific -- cgit v1.2.3