疯狂的狮子li
2021-10-29 d6e080d54695ca3f43da82ca2afb29b19e9841cb
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>
@@ -76,10 +76,10 @@
            <artifactId>jjwt</artifactId>
        </dependency>
        <!-- Jaxb -->
        <!-- jdk11 缺失依赖 jaxb-->
        <dependency>
            <groupId>javax.xml.bind</groupId>
            <artifactId>jaxb-api</artifactId>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
        </dependency>
        <!-- redis 缓存操作 -->