From 0f1118e03ab79551769696633dd9c1894329a1bb Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: 星期五, 15 十一月 2024 09:14:52 +0800 Subject: [PATCH] docs 修正EncryptUtils加解密错误注释 --- ruoyi-common/ruoyi-common-core/pom.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 5925c9b..ad37e90 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -94,11 +94,6 @@ <artifactId>ip2region</artifactId> </dependency> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>transmittable-thread-local</artifactId> - </dependency> - </dependencies> </project> -- Gitblit v1.9.3