From 7d0ad51f5fb263e79e555d9d9515c7535e5e1a8a Mon Sep 17 00:00:00 2001 From: Looly Date: Sat, 29 Jul 2023 15:00:27 +0800 Subject: [PATCH] fix dependency --- hutool-extra/pom.xml | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index e0e1dacc1..39b789de5 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -70,6 +70,12 @@ velocity-engine-core ${velocity.version} compile + + + slf4j-api + org.slf4j + + true @@ -101,6 +107,10 @@ slf4j-api org.slf4j + + osgl-version + org.osgl + true @@ -360,14 +370,22 @@ spring-boot-starter ${spring-boot.version} - - slf4j-api - org.slf4j - snakeyaml org.yaml + + logback-classic + ch.qos.logback + + + log4j-to-slf4j + org.apache.logging.log4j + + + jul-to-slf4j + org.slf4j + true @@ -404,6 +422,10 @@ apiguardian-api org.apiguardian + + heaven + com.github.houbb + true @@ -460,6 +482,14 @@ json-path com.jayway.jsonpath + + byte-buddy + net.bytebuddy + + + junit-jupiter-api + org.junit.jupiter +