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/moa-id-webgui | |
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/moa-id-webgui')
-rw-r--r-- | id/moa-id-webgui/pom.xml | 5 |
1 files changed, 5 insertions, 0 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> |