From 0b0a52c69918a64d7f2b728c43a46b50520e4232 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 26 八月 2022 15:21:24 +0800 Subject: [PATCH] !221 hutool版本影响 Merge pull request !221 from 沉浸独/dev --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 47edac0..9fb54fb 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,12 @@ <groupId>cn.dev33</groupId> <artifactId>sa-token-jwt</artifactId> <version>${satoken.version}</version> + <exclusions> + <exclusion> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + </exclusion> + </exclusions> </dependency> <!-- dynamic-datasource 澶氭暟鎹簮--> -- Gitblit v1.9.3