build: 移除未使用的依赖项

- 从 sa-base/pom.xml 中移除了 commons-pool2、jjwt 和 jwks-rsa 依赖
- 从根 pom.xml 中移除了 jjwt 和 jwks-rsa 的版本定义
This commit is contained in:
CoderKK
2025-05-20 11:33:00 +08:00
parent 4d2be37e0e
commit a260368d0c
2 changed files with 0 additions and 29 deletions

View File

@@ -103,11 +103,6 @@
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
@@ -187,16 +182,6 @@
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>