fix 修复升级 sa-token 导致 hutool-jwt 依赖找不到问题

2.X
疯狂的狮子Li 2022-02-27 23:00:41 +08:00
parent 5531514325
commit f50df71567
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@
<version>${satoken.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-jwt</artifactId>
</dependency>
<!-- RuoYi Api System -->
<dependency>
<groupId>com.ruoyi</groupId>