fix 修复 hutool 存在多版本问题

2.X
疯狂的狮子li 2022-08-26 15:24:10 +08:00
parent 2e53842059
commit 76b247b79b
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@
<groupId>cn.dev33</groupId> <groupId>cn.dev33</groupId>
<artifactId>sa-token-jwt</artifactId> <artifactId>sa-token-jwt</artifactId>
<version>${satoken.version}</version> <version>${satoken.version}</version>
<exclusions>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>