diff --git a/pom.xml b/pom.xml index b8c3837d..c380a61a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - net.mingsoft - ms-pom - 2.1.10 + org.springframework.boot + spring-boot-starter-parent + 2.3.12.RELEASE 4.0.0 net.mingsoft @@ -17,6 +17,7 @@ 1.8 UTF-8 + 2.17.0 @@ -63,6 +64,53 @@ store-client 2.1.10 + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + log4j-api + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} + + + log4j-core + org.apache.logging.log4j + + + log4j-api + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} + + + log4j-core + org.apache.logging.log4j + + + log4j-api + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + ${log4j.version} +