fuyongxin
2026-06-03 1fd34350ea68fe820c4b62881b13c9f01082e6c0
sgd-gateway/pom.xml
File was renamed from ruoyi-gateway/pom.xml
@@ -2,16 +2,16 @@
         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.sgd</groupId>
        <artifactId>sgd</artifactId>
        <version>3.6.8</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>ruoyi-gateway</artifactId>
    <artifactId>sgd-gateway</artifactId>
    <description>
        ruoyi-gateway网关模块
        sgd-gateway网关模块
    </description>
    <dependencies>
@@ -70,10 +70,10 @@
            <artifactId>kaptcha</artifactId>
        </dependency>
        <!-- RuoYi Common Redis-->
        <!-- sgd Common Redis-->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common-redis</artifactId>
            <groupId>com.sgd</groupId>
            <artifactId>sgd-common-redis</artifactId>
        </dependency>
        <!-- Springdoc -->