From a7ad72ddc7491970c7867b4cc888d64deaa15b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Tue, 28 Dec 2021 15:07:43 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=9B=9E=E6=BB=9A=20fastjson=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20=E5=90=8E=E7=BB=AD=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 8 ++++++++ ruoyi-common/ruoyi-common-core/pom.xml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 09b1cb7b..0a535b0b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ 2.11.0 1.4 2.3 + 1.2.79 0.9.1 8.2.2 4.1.2 @@ -190,6 +191,13 @@ ${commons-collections.version} + + + com.alibaba + fastjson + ${fastjson.version} + + io.jsonwebtoken diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 1237282a..3c8d3bd2 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -75,6 +75,12 @@ jackson-datatype-jsr310 + + + com.alibaba + fastjson + + io.jsonwebtoken