diff --git a/pom.xml b/pom.xml index f0b3cda..d1ec1b3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.xiang xservice-basic - 1.1 + 2.0-SNAPSHOT pom xservice-common @@ -35,6 +35,7 @@ 1.18.30 3.23.6 2.2.3 + 0.4.0 @@ -61,6 +62,25 @@ + + + org.springframework.boot + spring-boot-starter-security + + + + + org.springframework.security + spring-security-oauth2-authorization-server + ${spring.authorization.server.version} + + + + + com.nimbusds + nimbus-jose-jwt + 9.24.4 + mysql