aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-06-23 01:04:46 +0300
committerGravatar Vitaly Takmazov2023-06-23 01:04:46 +0300
commit47f131f0aad41b4b087ce5558279e0d841b3b750 (patch)
treedb3d67b7bc969764f872b143bf5400b56c7621d6
parent4fec8680022ef6b77c23832f8a5a1e4dba6ed558 (diff)
Using `spring-boot-starter-oauth2-authorization-server`
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5e034d3c..7dfad631 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,9 +51,8 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-oauth2-authorization-server</artifactId>
- <version>1.1.1</version>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-oauth2-authorization-server</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>