1
13693261870
2024-08-17 7b9ee249ebae5c22d2c8c159679da902ee6b00c2
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 -->