From 2c598f93abe6c42a82d4a04f2ef0b616df3d3a29 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 06 二月 2025 16:15:19 +0800 Subject: [PATCH] fix 修复 splitTo 转换后的list包含null问题 --- ruoyi-common/ruoyi-common-log/pom.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/ruoyi-common/ruoyi-common-log/pom.xml b/ruoyi-common/ruoyi-common-log/pom.xml index 28bd530..1e2b33b 100644 --- a/ruoyi-common/ruoyi-common-log/pom.xml +++ b/ruoyi-common/ruoyi-common-log/pom.xml @@ -27,11 +27,6 @@ <artifactId>ruoyi-common-json</artifactId> </dependency> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>transmittable-thread-local</artifactId> - </dependency> - </dependencies> </project> -- Gitblit v1.9.3