update 优化 使用三方修改的justauth版本 去掉fastjson

This commit is contained in:
疯狂的狮子Li
2026-07-22 11:39:57 +08:00
parent 46cef1c6c7
commit 47a71acf49
4 changed files with 37 additions and 29 deletions
+8 -1
View File
@@ -18,10 +18,17 @@
<dependencies>
<!-- 授权认证 -->
<dependency>
<groupId>me.zhyd.oauth</groupId>
<groupId>cn.herodotus.opensteward</groupId>
<artifactId>JustAuth</artifactId>
</dependency>
<!-- 仅供 justauth 内部解析参数使用 -->
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.60</version>
</dependency>
<!-- 序列化模块 -->
<dependency>
<groupId>org.dromara</groupId>