diff --git a/pom.xml b/pom.xml
index 85c692b5..64309c9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,10 +34,12 @@
1.4
1.7
1.2.76
+ 0.9.1
8.2.2
4.1.2
2.10.0
3.2.2
+ 2.12.2
@@ -173,6 +175,20 @@
${fastjson.version}
+
+
+ io.jsonwebtoken
+ jjwt
+ ${jjwt.version}
+
+
+
+
+ com.alibaba
+ transmittable-thread-local
+ ${transmittable-thread-local.version}
+
+
org.apache.commons
diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml
index 1a4bf407..6bb4fb69 100644
--- a/ruoyi-common/ruoyi-common-core/pom.xml
+++ b/ruoyi-common/ruoyi-common-core/pom.xml
@@ -41,6 +41,12 @@
spring-web
+
+
+ com.alibaba
+ transmittable-thread-local
+
+
org.apache.commons
@@ -71,6 +77,18 @@
fastjson
+
+
+ io.jsonwebtoken
+ jjwt
+
+
+
+
+ javax.xml.bind
+ jaxb-api
+
+
org.apache.commons
diff --git a/ruoyi-common/ruoyi-common-security/pom.xml b/ruoyi-common/ruoyi-common-security/pom.xml
index 5ef930f4..53a6bac3 100644
--- a/ruoyi-common/ruoyi-common-security/pom.xml
+++ b/ruoyi-common/ruoyi-common-security/pom.xml
@@ -15,6 +15,11 @@
+
+
+ org.springframework
+ spring-webmvc
+