aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-12-14 17:56:40 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-12-14 17:56:40 +0100
commit67e60ddadd062dde4e6ecdf0ef0f574439eb280e (patch)
tree706944afe773158f80e1314434f4cc7fde3c51c6
parent0278635fdf6a524afd44aa5336c5a147b78546e0 (diff)
downloadmoa-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
-rw-r--r--id/moa-id-webgui/pom.xml5
-rw-r--r--id/server/modules/moa-id-module-ehvd_integration/pom.xml26
-rw-r--r--pom.xml12
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
@@ -63,6 +63,11 @@
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
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>
diff --git a/pom.xml b/pom.xml
index 47f15af6c..ee733d2a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -401,6 +401,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http-jetty</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${org.apache.commons.collections3.version}</version>
@@ -879,6 +885,12 @@
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${org.springframework.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>${org.springframework.data.spring-data-redis}</version>