From 16573b75d7493fe3fc0cbd17d64f3e755f4b7937 Mon Sep 17 00:00:00 2001 From: xiang Date: Tue, 12 Aug 2025 23:16:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A2.0=20=E9=89=B4=E6=9D=83=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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