diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-14 17:56:40 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-14 17:56:40 +0100 |
commit | 67e60ddadd062dde4e6ecdf0ef0f574439eb280e (patch) | |
tree | 706944afe773158f80e1314434f4cc7fde3c51c6 /id/server/modules | |
parent | 0278635fdf6a524afd44aa5336c5a147b78546e0 (diff) | |
download | moa-id-spss-67e60ddadd062dde4e6ecdf0ef0f574439eb280e.tar.gz moa-id-spss-67e60ddadd062dde4e6ecdf0ef0f574439eb280e.tar.bz2 moa-id-spss-67e60ddadd062dde4e6ecdf0ef0f574439eb280e.zip |
update test dependencies to fix warnings during security checks
Diffstat (limited to 'id/server/modules')
-rw-r--r-- | id/server/modules/moa-id-module-ehvd_integration/pom.xml | 26 |
1 files changed, 23 insertions, 3 deletions
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 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.springframework</groupId> @@ -62,9 +72,19 @@ <groupId>com.github.skjolber</groupId> <artifactId>mockito-soap-cxf</artifactId> <version>1.2.0</version> - <scope>test</scope> + <scope>test</scope> </dependency> - + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http-jetty</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-servlet-api</artifactId> + <version>9.0.56</version> + <scope>test</scope> + </dependency> </dependencies> <build> @@ -72,7 +92,7 @@ <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-codegen-plugin</artifactId> - <version>3.4.1</version> + <version>3.3.12</version> <dependencies> <dependency> <groupId>xerces</groupId> |