1
13693261870
2024-12-08 6a588fb6d07ae95ea8d85e28245f7254e9a40fd2
se-modules/se-docker/pom.xml
@@ -9,14 +9,13 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>se-modules-file</artifactId>
    <artifactId>se-modules-docker</artifactId>
    <description>
        se-modules-file文件服务
        se-modules-docker服务
    </description>
    <dependencies>
       <!-- SpringCloud Alibaba Nacos -->
        <dependency>
            <groupId>com.alibaba.cloud</groupId>
@@ -40,21 +39,7 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        <!-- FastDFS -->
        <dependency>
            <groupId>com.github.tobato</groupId>
            <artifactId>fastdfs-client</artifactId>
        </dependency>
        <!-- Minio -->
        <dependency>
            <groupId>io.minio</groupId>
            <artifactId>minio</artifactId>
            <version>8.2.2</version>
<!--            <version>${minio.version}</version>-->
        </dependency>
        <!-- SE Api System -->
        <dependency>
            <groupId>com.se</groupId>
@@ -66,7 +51,6 @@
            <groupId>com.se</groupId>
            <artifactId>se-common-swagger</artifactId>
        </dependency>
    </dependencies>
    <build>
@@ -85,5 +69,4 @@
            </plugin>
        </plugins>
    </build>
</project>