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