RuoYi
2022-04-11 d14f27e5eb3a804fa1c1f6cb5d471b63ed80f57a
ruoyi-common/ruoyi-common-core/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <groupId>com.ruoyi</groupId>
        <artifactId>ruoyi-common</artifactId>
        <version>3.2.0</version>
        <version>3.5.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -41,10 +41,10 @@
            <artifactId>spring-web</artifactId>
        </dependency>
        <!-- Apache Commons Pool2 -->
        <!-- Transmittable ThreadLocal -->
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-pool2</artifactId>
            <groupId>com.alibaba</groupId>
            <artifactId>transmittable-thread-local</artifactId>
        </dependency>
        <!-- Pagehelper -->
@@ -71,6 +71,18 @@
            <artifactId>fastjson</artifactId>
        </dependency>
        <!-- Jwt -->
        <dependency>
            <groupId>io.jsonwebtoken</groupId>
            <artifactId>jjwt</artifactId>
        </dependency>
        <!-- Jaxb -->
        <dependency>
            <groupId>javax.xml.bind</groupId>
            <artifactId>jaxb-api</artifactId>
        </dependency>
        <!-- Apache Lang3 -->
        <dependency>
            <groupId>org.apache.commons</groupId>