疯狂的狮子Li
2021-10-31 f3c9a4a81c0581c48f4f0ec0c29747825ed54c23
ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <artifactId>ruoyi-vue-plus</artifactId>
        <groupId>com.ruoyi</groupId>
        <version>3.2.0</version>
        <version>3.3.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -85,6 +85,12 @@
<!--            <groupId>io.jsonwebtoken</groupId>-->
<!--            <artifactId>jjwt</artifactId>-->
<!--        </dependency>-->
        <!-- jdk11 缺失依赖 jaxb-->
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
        </dependency>
        <!-- redis 缓存操作 -->
        <dependency>
@@ -185,4 +191,4 @@
        </dependency>
    </dependencies>
</project>
</project>