chore: 添加ccdi-lsfx模块依赖

This commit is contained in:
wkc
2026-03-02 09:53:21 +08:00
parent a32af2fc37
commit 8a75a34242
2 changed files with 7 additions and 0 deletions

View File

@@ -227,6 +227,7 @@
<module>ruoyi-common</module>
<module>ccdi-info-collection</module>
<module>ccdi-project</module>
<module>ccdi-lsfx</module>
</modules>
<packaging>pom</packaging>

View File

@@ -66,6 +66,12 @@
<artifactId>ccdi-project</artifactId>
</dependency>
<!-- 流水分析平台对接-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ccdi-lsfx</artifactId>
</dependency>
</dependencies>
<build>