From ce988f65d5b0c74ad5c104d05f1155ed05b1db72 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期二, 14 一月 2025 14:08:39 +0800 Subject: [PATCH] orderList --- 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