去掉jwt依赖

This commit is contained in:
oyo
2026-03-08 15:26:21 +08:00
parent 84b2fa9e55
commit 9ae5514df0

View File

@@ -190,11 +190,6 @@
<artifactId>hessian</artifactId> <artifactId>hessian</artifactId>
<version>4.0.63</version> <version>4.0.63</version>
</dependency> </dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId> <artifactId>hibernate-core</artifactId>