From 3c2c87364b89de46d12e95abd5bdf8cbd2c6dbf6 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 12 三月 2025 08:43:23 +0800 Subject: [PATCH] dev-init --- ruoyi-common/ruoyi-common-core/pom.xml | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 8f3740f..ad37e90 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -34,6 +34,11 @@ <artifactId>spring-boot-starter-validation</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + </dependency> + <!--甯哥敤宸ュ叿绫� --> <dependency> <groupId>org.apache.commons</groupId> @@ -59,12 +64,6 @@ <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-extra</artifactId> - </dependency> - - <dependency> - <groupId>cn.hutool</groupId> - <artifactId>hutool-json</artifactId> - <scope>provided</scope> </dependency> <dependency> -- Gitblit v1.9.3