From 7de343972b8cbd3834e48a6e93dabbadee25d574 Mon Sep 17 00:00:00 2001 From: mingsoft Date: Thu, 30 Dec 2021 18:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 3 deletions(-) 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} +