Revert "新增加第三方登录授权功能"

This reverts commit e4b405491f.
This commit is contained in:
三个三
2023-06-11 19:26:14 +00:00
committed by Gitee
parent e4b405491f
commit 2d894c1309
12 changed files with 3 additions and 466 deletions

View File

@ -41,7 +41,6 @@
<bouncycastle.version>1.72</bouncycastle.version>
<!-- 离线IP地址定位库 -->
<ip2region.version>2.7.0</ip2region.version>
<justauth.version>1.15.6</justauth.version>
<!-- 临时修复 snakeyaml 漏洞 -->
<snakeyaml.version>1.33</snakeyaml.version>
@ -292,13 +291,6 @@
<version>${snakeyaml.version}</version>
</dependency>
<!-- 第三方授权登录 -->
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>${justauth.version}</version>
</dependency>
<!-- 加密包引入 -->
<dependency>
<groupId>org.bouncycastle</groupId>