From a9feadc0e7395a1507d01995101820abaf532901 Mon Sep 17 00:00:00 2001
From: liaozan <378024053@qq.com>
Date: Fri, 30 Jun 2023 11:21:16 +0800
Subject: [PATCH] Move commons-pool2 dependency to cache-starter
---
commons/common-util/pom.xml | 4 ----
starters/cache-spring-boot-starter/pom.xml | 4 ++++
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/commons/common-util/pom.xml b/commons/common-util/pom.xml
index b168689..d6d10b4 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 067dfa1..0ff73d2 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
--
GitLab