From dd4374229b63ee395f65b3cf08e0868978439a50 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 02 十二月 2021 19:11:36 +0800 Subject: [PATCH] fix 修复更改密码问题 由于移除redis上存储的密码 导致找不到缓存内的旧密码 --- ruoyi-common/pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 4a0e1a8..68db4cc 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -70,12 +70,6 @@ <artifactId>snakeyaml</artifactId> </dependency> - <!-- Token鐢熸垚涓庤В鏋�--> - <dependency> - <groupId>io.jsonwebtoken</groupId> - <artifactId>jjwt</artifactId> - </dependency> - <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> <groupId>com.sun.xml.bind</groupId> -- Gitblit v1.9.3