From 676cd83be58f3ba549ed9f3827867bc8f9ea9391 Mon Sep 17 00:00:00 2001 From: choqy Date: Tue, 23 Nov 2021 23:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=BB=E7=96=97=E5=90=88=E5=B9=B6=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E5=90=8E=E9=81=97=E7=97=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 16 ++++++++++++++++ ruoyi-common/ruoyi-common-core/pom.xml | 18 ++++++++++++++++++ ruoyi-common/ruoyi-common-security/pom.xml | 5 +++++ 3 files changed, 39 insertions(+) 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 +