From f7518ec78431c6ff27984a88fe7a3d9631aabfef Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Sun, 12 Dec 2021 11:57:06 +0100 Subject: update some more third-party libs --- eaaf-springboot-utils/pom.xml | 11 +++++++++++ eaaf_core_utils/pom.xml | 16 ++++++++++++++++ eaaf_modules/eaaf_module_pvp2_core/pom.xml | 18 +++++++++++++++++- pom.xml | 8 +++++++- 4 files changed, 51 insertions(+), 2 deletions(-) diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml index ca60e1f1..a9d05417 100644 --- a/eaaf-springboot-utils/pom.xml +++ b/eaaf-springboot-utils/pom.xml @@ -59,6 +59,11 @@ logback-access provided + + org.apache.logging.log4j + log4j-to-slf4j + provided + org.apache.commons commons-lang3 @@ -85,6 +90,12 @@ org.powermock powermock-module-junit4 test + + + junit + junit + + org.powermock diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index 8b583e75..6ca82d9c 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -111,6 +111,12 @@ com.squareup.okhttp3 mockwebserver test + + + junit + junit + + com.squareup.okhttp3 @@ -133,6 +139,16 @@ 1.2.3 test + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-api.version} + + + org.junit.jupiter + junit-jupiter-migrationsupport + ${junit-jupiter-api.version} + diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml index 88fbd028..44bca828 100644 --- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml @@ -102,6 +102,12 @@ com.squareup.okhttp3 mockwebserver test + + + junit + junit + + xml-apis @@ -118,8 +124,18 @@ io.grpc grpc-core test - + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-api.version} + + + org.junit.jupiter + junit-jupiter-migrationsupport + ${junit-jupiter-api.version} + diff --git a/pom.xml b/pom.xml index 45125208..9b7504b5 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ 1.69 1.7.32 + 2.15.0 1.2.3 1.15 3.12.0 @@ -85,7 +86,7 @@ 2.22.1 - 5.7.1 + 5.8.2 4.4.1 2.0.9 @@ -469,6 +470,11 @@ slf4j-log4j12 ${org.slf4j.version} + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j.version} + ch.qos.logback logback-access -- cgit v1.2.3