From aa183230c468f2102825752edb8e5e3ab6055133 Mon Sep 17 00:00:00 2001 From: byteblogs168 <598092184@qq.com> Date: Fri, 12 Jan 2024 17:56:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202.6.0=201.=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../easy-retry-client-common/pom.xml | 27 +++++++++++++++++++ .../easy-retry-common-log/pom.xml | 9 +------ pom.xml | 27 +++++++++++++++++++ 3 files changed, 55 insertions(+), 8 deletions(-) diff --git a/easy-retry-client/easy-retry-client-common/pom.xml b/easy-retry-client/easy-retry-client-common/pom.xml index 73ebee257..b9bdabeba 100644 --- a/easy-retry-client/easy-retry-client-common/pom.xml +++ b/easy-retry-client/easy-retry-client-common/pom.xml @@ -57,6 +57,33 @@ com.aizuda easy-retry-common-log + + + org.jboss.logging + jboss-logging + true + + + + io.github.logtube + logtube + true + + + org.tinylog + tinylog + true + + + org.tinylog + tinylog-api + true + + + org.springframework.boot + spring-boot-starter-log4j2 + true + diff --git a/easy-retry-common/easy-retry-common-log/pom.xml b/easy-retry-common/easy-retry-common-log/pom.xml index a8a004848..9fe017237 100644 --- a/easy-retry-common/easy-retry-common-log/pom.xml +++ b/easy-retry-common/easy-retry-common-log/pom.xml @@ -17,10 +17,6 @@ 1.8 - - 1.3.6 - 2.6.2 - 0.45.0 @@ -38,25 +34,22 @@ io.github.logtube logtube - ${logtube.version} true org.tinylog tinylog - ${tinylog.version} true org.tinylog tinylog-api - ${tinylog2.version} true org.springframework.boot spring-boot-starter-log4j2 - compile + true diff --git a/pom.xml b/pom.xml index a392b8058..a30837336 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,9 @@ 3.5.3.2 2.0.0 2.0.0 + 1.3.6 + 2.6.2 + 0.45.0 @@ -131,6 +134,30 @@ guava-retrying ${guava-retrying.version} + + org.jboss.logging + jboss-logging + 3.4.3.Final + true + + + io.github.logtube + logtube + ${logtube.version} + true + + + org.tinylog + tinylog + ${tinylog.version} + true + + + org.tinylog + tinylog-api + ${tinylog2.version} + true +