1
13693261870
2024-08-17 7b9ee249ebae5c22d2c8c159679da902ee6b00c2
se-modules/se-file/pom.xml
@@ -3,8 +3,8 @@
         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.se</groupId>
        <artifactId>se-modules</artifactId>
        <version>3.6.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -51,19 +51,20 @@
        <dependency>
            <groupId>io.minio</groupId>
            <artifactId>minio</artifactId>
            <version>${minio.version}</version>
            <version>8.2.2</version>
<!--            <version>${minio.version}</version>-->
        </dependency>
        
        <!-- RuoYi Api System -->
        <!-- SE Api System -->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-api-system</artifactId>
            <groupId>com.se</groupId>
            <artifactId>se-api-system</artifactId>
        </dependency>
        
        <!-- RuoYi Common Swagger -->
        <!-- SE Common Swagger -->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common-swagger</artifactId>
            <groupId>com.se</groupId>
            <artifactId>se-common-swagger</artifactId>
        </dependency>
        
    </dependencies>