From a260368d0ce7767c9dd1895bf72d45510c0f7967 Mon Sep 17 00:00:00 2001 From: CoderKK Date: Tue, 20 May 2025 11:33:00 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 sa-base/pom.xml 中移除了 commons-pool2、jjwt 和 jwks-rsa 依赖 - 从根 pom.xml 中移除了 jjwt 和 jwks-rsa 的版本定义 --- smart-admin-api-java17-springboot3/pom.xml | 14 -------------- .../sa-base/pom.xml | 15 --------------- 2 files changed, 29 deletions(-) diff --git a/smart-admin-api-java17-springboot3/pom.xml b/smart-admin-api-java17-springboot3/pom.xml index ac76b6cd..335a45ff 100644 --- a/smart-admin-api-java17-springboot3/pom.xml +++ b/smart-admin-api-java17-springboot3/pom.xml @@ -45,8 +45,6 @@ 2.23.1 5.8.29 2.3 - 0.9.1 - 0.9.0 3.1 1.41.0 2.7.0 @@ -201,18 +199,6 @@ ${hutool.version} - - io.jsonwebtoken - jjwt - ${jjwt.version} - - - - com.auth0 - jwks-rsa - ${jwks-rsa.version} - - org.apache.velocity diff --git a/smart-admin-api-java17-springboot3/sa-base/pom.xml b/smart-admin-api-java17-springboot3/sa-base/pom.xml index 188cf2c8..8d2b44d6 100644 --- a/smart-admin-api-java17-springboot3/sa-base/pom.xml +++ b/smart-admin-api-java17-springboot3/sa-base/pom.xml @@ -103,11 +103,6 @@ lombok - - org.apache.commons - commons-pool2 - - org.apache.commons commons-text @@ -187,16 +182,6 @@ hutool-all - - io.jsonwebtoken - jjwt - - - - com.auth0 - jwks-rsa - - org.apache.velocity velocity-engine-core