1
13693261870
2024-08-22 607f5f1b996ac64a0ab5937b0c66dbdbaf7f23f5
se-gateway/pom.xml
@@ -2,8 +2,8 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>com.ruoyi</groupId>
        <artifactId>ruoyi</artifactId>
        <groupId>com.se</groupId>
        <artifactId>se</artifactId>
        <version>3.6.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -70,10 +70,10 @@
            <artifactId>kaptcha</artifactId>
        </dependency>
        <!-- RuoYi Common Redis-->
        <!-- SE Common Redis-->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common-redis</artifactId>
            <groupId>com.se</groupId>
            <artifactId>se-common-redis</artifactId>
        </dependency>
        <!-- Swagger -->