From 76dc2398757a4038f1930fb475a55983a9a8077a Mon Sep 17 00:00:00 2001 From: thiszhc <2029364173@qq.com> Date: 星期四, 15 六月 2023 00:58:01 +0800 Subject: [PATCH] 优化,第三方授权登录 --- ruoyi-admin/pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index af5f239..e57c444 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -75,6 +75,16 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>me.zhyd.oauth</groupId> + <artifactId>JustAuth</artifactId> + </dependency> + <dependency> + <groupId>org.dromara</groupId> + <artifactId>ruoyi-common-social</artifactId> + <version>5.1.0-SNAPSHOT</version> + <scope>compile</scope> + </dependency> <!-- skywalking 鏁村悎 logback --> <!-- <dependency>--> -- Gitblit v1.9.3