From f56ea404327570d18a2b9c7e7f9afba48f3654e2 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 10 Nov 2020 17:39:25 +0800 Subject: [PATCH] fix conflict --- hutool-db/pom.xml | 24 +++++++++++- hutool-extra/pom.xml | 88 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 110 insertions(+), 2 deletions(-) diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 4139f9de6..08384dea5 100644 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -63,6 +63,12 @@ com.zaxxer HikariCP-java7 ${hikariCP.version} + + + slf4j-api + org.slf4j + + true @@ -75,6 +81,12 @@ com.github.chris2018998 BeeCP 2.5.3 + + + slf4j-api + org.slf4j + + true @@ -95,6 +107,16 @@ redis.clients jedis ${jedis.version} + + + commons-pool2 + org.apache.commons + + + slf4j-api + org.slf4j + + true @@ -138,7 +160,7 @@ org.slf4j slf4j-simple - 1.7.26 + 1.7.30 test diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 9a55f12f1..8b0a57b26 100644 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -30,7 +30,7 @@ 3.7.2 5.1.1 4.0.1 - 2.3.4.RELEASE + 2.3.5.RELEASE 3.3.0 @@ -73,6 +73,16 @@ rythm-engine ${rythm.version} compile + + + commons-lang3 + org.apache.commons + + + mvel2 + org.mvel + + true @@ -94,6 +104,12 @@ thymeleaf ${thymeleaf.version} compile + + + slf4j-api + org.slf4j + + true @@ -150,6 +166,12 @@ com.huaban jieba-analysis 1.0.2 + + + commons-lang3 + org.apache.commons + + true @@ -200,6 +222,32 @@ org.apdplat word 1.3.1 + + + logback-classic + ch.qos.logback + + + pinyin4j + com.belerweb + + + slf4j-api + org.slf4j + + + lucene-analyzers-common + org.apache.lucene + + + lucene-core + org.apache.lucene + + + jedis + redis.clients + + true @@ -213,6 +261,16 @@ org.springframework.boot spring-boot-starter ${spring-boot.version} + + + spring-expression + org.springframework + + + slf4j-api + org.slf4j + + true @@ -246,6 +304,7 @@ compile true + jakarta.validation jakarta.validation-api @@ -265,18 +324,44 @@ 3.0.0 test + org.springframework.boot spring-boot-starter-test ${spring-boot.version} test + + + asm + org.ow2.asm + + + slf4j-api + org.slf4j + + + junit + junit + + + junit-jupiter-api + org.junit.jupiter + + ch.qos.logback logback-classic 1.2.3 test + + + slf4j-api + org.slf4j + + + com.googlecode.aviator aviator @@ -312,5 +397,6 @@ compile true +