From 4a0c392ce697a59ab5a51de761d8b7a7b1cfea5d Mon Sep 17 00:00:00 2001 From: myh <95896306+Anchor-x@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:10:09 +0800 Subject: [PATCH] add jwt dependencies --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 3a0b48f..ac9950f 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,26 @@ spring-boot-starter-security 3.2.0 + + + io.jsonwebtoken + jjwt-impl + 0.11.5 + runtime + + + + io.jsonwebtoken + jjwt-api + 0.11.5 + + + + io.jsonwebtoken + jjwt-jackson + 0.11.5 + runtime +