From 54cccb432dfe32a2e6157a2d3d4bfa547f4eb89a Mon Sep 17 00:00:00 2001 From: du <13220750630.163.com> Date: 星期一, 26 五月 2025 09:07:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- yudao-module-system/yudao-module-system-api/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/yudao-module-system/yudao-module-system-api/pom.xml b/yudao-module-system/yudao-module-system-api/pom.xml index c98baf3..a954cfc 100644 --- a/yudao-module-system/yudao-module-system-api/pom.xml +++ b/yudao-module-system/yudao-module-system-api/pom.xml @@ -28,6 +28,14 @@ <artifactId>spring-boot-starter-validation</artifactId> <optional>true</optional> </dependency> + + +<!-- 寮曞叆DUIXpom渚濊禆--> + <dependency> + <groupId>com.auth0</groupId> + <artifactId>java-jwt</artifactId> + <version>3.8.3</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.3