From 8027f5c2d8b8359f03f1cbd893316303c97abdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B0=8F=E7=8E=8B=E5=AD=90?= <dataprince@163.com> Date: Mon, 26 Feb 2024 17:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4transmittable-thread-local?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-common/ruoyi-common-core/pom.xml | 5 +++++ ruoyi-common/ruoyi-common-log/pom.xml | 5 ----- ruoyi-common/ruoyi-common-tenant/pom.xml | 5 ----- ruoyi-common/ruoyi-common-web/pom.xml | 4 ---- 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 6eb87b5..70b764f 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -149,6 +149,11 @@ <artifactId>jsr305</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>transmittable-thread-local</artifactId> + </dependency> + </dependencies> </project> diff --git a/ruoyi-common/ruoyi-common-log/pom.xml b/ruoyi-common/ruoyi-common-log/pom.xml index f64a27e..4510c74 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> diff --git a/ruoyi-common/ruoyi-common-tenant/pom.xml b/ruoyi-common/ruoyi-common-tenant/pom.xml index d5999de..7743fda 100644 --- a/ruoyi-common/ruoyi-common-tenant/pom.xml +++ b/ruoyi-common/ruoyi-common-tenant/pom.xml @@ -26,11 +26,6 @@ <artifactId>ruoyi-common-redis</artifactId> </dependency> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>transmittable-thread-local</artifactId> - </dependency> - </dependencies> </project> diff --git a/ruoyi-common/ruoyi-common-web/pom.xml b/ruoyi-common/ruoyi-common-web/pom.xml index fb8f997..c31eef8 100644 --- a/ruoyi-common/ruoyi-common-web/pom.xml +++ b/ruoyi-common/ruoyi-common-web/pom.xml @@ -73,10 +73,6 @@ <artifactId>hutool-crypto</artifactId> </dependency> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>transmittable-thread-local</artifactId> - </dependency> </dependencies> </project>