fuyongxin
2026-06-03 1fd34350ea68fe820c4b62881b13c9f01082e6c0
sgd-modules/sgd-file/pom.xml
File was renamed from ruoyi-modules/ruoyi-file/pom.xml
@@ -3,16 +3,16 @@
         xmlns="http://maven.apache.org/POM/4.0.0"
         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-modules</artifactId>
        <groupId>com.sgd</groupId>
        <artifactId>sgd-modules</artifactId>
        <version>3.6.8</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>ruoyi-modules-file</artifactId>
    <artifactId>sgd-modules-file</artifactId>
    <description>
        ruoyi-modules-file文件服务
        sgd-modules-file文件服务
    </description>
    <dependencies>
@@ -54,10 +54,10 @@
            <version>${minio.version}</version>
        </dependency>
        
        <!-- RuoYi Api System -->
        <!-- sgd Api System -->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-api-system</artifactId>
            <groupId>com.sgd</groupId>
            <artifactId>sgd-api-system</artifactId>
        </dependency>
        
    </dependencies>