From 67e60ddadd062dde4e6ecdf0ef0f574439eb280e Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 14 Dec 2021 17:56:40 +0100 Subject: update test dependencies to fix warnings during security checks --- id/moa-id-webgui/pom.xml | 5 +++++ .../modules/moa-id-module-ehvd_integration/pom.xml | 26 +++++++++++++++++++--- pom.xml | 12 ++++++++++ 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/id/moa-id-webgui/pom.xml b/id/moa-id-webgui/pom.xml index be4a82dfb..491171770 100644 --- a/id/moa-id-webgui/pom.xml +++ b/id/moa-id-webgui/pom.xml @@ -62,6 +62,11 @@ + + org.springframework + spring-context + + org.apache.commons commons-collections4 diff --git a/id/server/modules/moa-id-module-ehvd_integration/pom.xml b/id/server/modules/moa-id-module-ehvd_integration/pom.xml index 519353d78..a38ebea3d 100644 --- a/id/server/modules/moa-id-module-ehvd_integration/pom.xml +++ b/id/server/modules/moa-id-module-ehvd_integration/pom.xml @@ -35,6 +35,16 @@ provided + + org.apache.cxf + cxf-rt-frontend-jaxws + provided + + + org.apache.cxf + cxf-rt-transports-http + provided + org.springframework @@ -62,9 +72,19 @@ com.github.skjolber mockito-soap-cxf 1.2.0 - test + test - + + org.apache.cxf + cxf-rt-transports-http-jetty + test + + + org.apache.tomcat + tomcat-servlet-api + 9.0.56 + test + @@ -72,7 +92,7 @@ org.apache.cxf cxf-codegen-plugin - 3.4.1 + 3.3.12 xerces diff --git a/pom.xml b/pom.xml index 47f15af6c..ee733d2a0 100644 --- a/pom.xml +++ b/pom.xml @@ -400,6 +400,12 @@ ${cxf.version} + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + commons-collections commons-collections @@ -878,6 +884,12 @@ ${org.springframework.version} + + org.springframework + spring-context + ${org.springframework.version} + + org.springframework.data spring-data-redis -- cgit v1.2.3