From 69f634a948c3a955c3bd13709ca0481fd9d1cde7 Mon Sep 17 00:00:00 2001 From: cengy Date: Fri, 11 Apr 2025 19:47:41 +0800 Subject: [PATCH] =?UTF-8?q?build(ff-mysql):=20=E7=A7=BB=E9=99=A4=20Redis?= =?UTF-8?q?=20=E7=9B=B8=E5=85=B3=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 spring-boot-starter-data-redis 依赖 - 删除了 commons-pool2 依赖 --- ff-bean/ff-mysql/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ff-bean/ff-mysql/pom.xml b/ff-bean/ff-mysql/pom.xml index 163e269..671fc56 100644 --- a/ff-bean/ff-mysql/pom.xml +++ b/ff-bean/ff-mysql/pom.xml @@ -58,16 +58,6 @@ commons-io - - - org.springframework.boot - spring-boot-starter-data-redis - - - - org.apache.commons - commons-pool2 -