chore: gateway 暂移除 oauth2-client 依赖

This commit is contained in:
郝先瑞 2023-11-01 17:43:37 +08:00
parent 7e3be015f1
commit 45b7d41f84

View File

@ -49,7 +49,7 @@
<!-- OAuth2 Client --> <!-- OAuth2 Client -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId> <artifactId>spring-boot-starter-security</artifactId>
</dependency> </dependency>
<!-- Sentinel --> <!-- Sentinel -->