From 3be9005f95ebc14639a7e281703dfa9d9b4a7afc Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期三, 09 四月 2025 17:41:29 +0800 Subject: [PATCH] feat: 调整知识库模块 --- ruoyi-common/ruoyi-common-core/pom.xml | 20 +++----------------- 1 files changed, 3 insertions(+), 17 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 36bd0d8..fe3897d 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -47,25 +47,11 @@ <artifactId>jakarta.servlet-api</artifactId> </dependency> + <!-- hutool宸ュ叿妯″潡 --> <dependency> <groupId>cn.hutool</groupId> - <artifactId>hutool-core</artifactId> - </dependency> - - <dependency> - <groupId>cn.hutool</groupId> - <artifactId>hutool-http</artifactId> - </dependency> - - <dependency> - <groupId>cn.hutool</groupId> - <artifactId>hutool-extra</artifactId> - </dependency> - - <dependency> - <groupId>cn.hutool</groupId> - <artifactId>hutool-json</artifactId> - <scope>provided</scope> + <artifactId>hutool-all</artifactId> + <version>5.8.24</version> </dependency> <dependency> -- Gitblit v1.9.3