From f12976ea8f559f0467edae839c7102a7c5f4f2fb Mon Sep 17 00:00:00 2001 From: 1iyc <5212514+liycone@user.noreply.gitee.com> Date: Mon, 11 Nov 2024 10:31:24 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E6=9B=B4=E6=96=B0=20MyBatis-Plu?= =?UTF-8?q?s=20=E7=89=88=E6=9C=AC=E5=B9=B6=E7=A7=BB=E9=99=A4=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 MyBatis-Plus 版本从3.4.1 升级到 3.5.7- 移除了 mybatis-plus-extension 依赖 - 删除了 mybatis-plus-core 依赖 --- pom.xml | 15 +-------------- sync-framework/pom.xml | 5 ----- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 6ffcd51..ff1cece 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 5.3.33 5.7.12 1.2.23 - 3.4.1 + 3.5.7 1.21 3.0.0 2.3.3 @@ -80,12 +80,6 @@ ${mp.version} - - - com.baomidou - mybatis-plus-extension - ${mp.version} - @@ -209,13 +203,6 @@ 33.2.1-jre - - com.baomidou - mybatis-plus-core - 3.4.1 - compile - - org.redisson redisson-spring-boot-starter diff --git a/sync-framework/pom.xml b/sync-framework/pom.xml index f0ba40a..7a3258f 100644 --- a/sync-framework/pom.xml +++ b/sync-framework/pom.xml @@ -40,11 +40,6 @@ mybatis-plus-boot-starter - - com.baomidou - mybatis-plus-extension - -