diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-13 10:20:58 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-13 10:20:58 +0100 |
commit | 2368c13ce76e0c1e543fc9cb3f41747625f0cadc (patch) | |
tree | 5ce5270aaab7ec881043e2aa6f06feb54c847a46 /id/server/modules/moa-id-module-E-ID_connector | |
parent | 0e8975416c90c44b6b73add7a9b6e0cb2a7b49be (diff) | |
download | moa-id-spss-2368c13ce76e0c1e543fc9cb3f41747625f0cadc.tar.gz moa-id-spss-2368c13ce76e0c1e543fc9cb3f41747625f0cadc.tar.bz2 moa-id-spss-2368c13ce76e0c1e543fc9cb3f41747625f0cadc.zip |
update some more third-party libs
Diffstat (limited to 'id/server/modules/moa-id-module-E-ID_connector')
-rw-r--r-- | id/server/modules/moa-id-module-E-ID_connector/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-E-ID_connector/pom.xml b/id/server/modules/moa-id-module-E-ID_connector/pom.xml index 3b583d69e..3b7c2efcc 100644 --- a/id/server/modules/moa-id-module-E-ID_connector/pom.xml +++ b/id/server/modules/moa-id-module-E-ID_connector/pom.xml @@ -50,7 +50,13 @@ <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_module_pvp2_core</artifactId> - </dependency> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_module_pvp2_sp</artifactId> |