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>