diff --git a/easy-retry-client/easy-retry-client-common/pom.xml b/easy-retry-client/easy-retry-client-common/pom.xml index 73ebee25..b9bdabeb 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 a8a00484..9fe01723 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 a392b805..a3083733 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 +