diff --git a/commons/common-util/pom.xml b/commons/common-util/pom.xml index b168689d35076a93ee0c18dfc843a712af90f615..d6d10b4ec741ef86f5729815c633c825a625e6e9 100644 --- a/commons/common-util/pom.xml +++ b/commons/common-util/pom.xml @@ -63,10 +63,6 @@ org.apache.commons commons-lang3 - - org.apache.commons - commons-pool2 - org.bouncycastle bcprov-jdk18on diff --git a/starters/cache-spring-boot-starter/pom.xml b/starters/cache-spring-boot-starter/pom.xml index 067dfa1aa9704456d0b17f3af1b4a950a768ffac..0ff73d253e5e993b4a93c6a0647ce45437363a95 100644 --- a/starters/cache-spring-boot-starter/pom.xml +++ b/starters/cache-spring-boot-starter/pom.xml @@ -22,6 +22,10 @@ org.springframework.boot spring-boot-starter-data-redis + + org.apache.commons + commons-pool2 + \ No newline at end of file