From 854bbf5e0fa584ac2742656805fc465768fb56bb Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期一, 06 一月 2025 11:03:05 +0800
Subject: [PATCH] station use
---
pms-parent/pms-web-wechat/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/pms-parent/pms-web-wechat/pom.xml b/pms-parent/pms-web-wechat/pom.xml
index 28d1b52..fcd1a22 100644
--- a/pms-parent/pms-web-wechat/pom.xml
+++ b/pms-parent/pms-web-wechat/pom.xml
@@ -201,6 +201,11 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt</artifactId>
+ <version>${jjwt.version}</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0