From 6a588fb6d07ae95ea8d85e28245f7254e9a40fd2 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 08 十二月 2024 19:40:56 +0800 Subject: [PATCH] 1 --- se-modules/se-docker/pom.xml | 23 +++-------------------- 1 files changed, 3 insertions(+), 20 deletions(-) diff --git a/se-modules/se-docker/pom.xml b/se-modules/se-docker/pom.xml index 9e3c363..2f110d4 100644 --- a/se-modules/se-docker/pom.xml +++ b/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> \ No newline at end of file -- Gitblit v1.9.3