From 4f7362ec2854732c2ff2454331ec815c4c3147f0 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 22 十一月 2024 11:08:59 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/se-cloud --- se-modules/se-system/pom.xml | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/se-modules/se-system/pom.xml b/se-modules/se-system/pom.xml index 10ee629..d80a606 100644 --- a/se-modules/se-system/pom.xml +++ b/se-modules/se-system/pom.xml @@ -85,6 +85,26 @@ <version>1.18.22</version> <optional>true</optional> </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> + <artifactId>se-api-system</artifactId> + </dependency> </dependencies> <build> -- Gitblit v1.9.3