chore: 添加ccdi-lsfx模块依赖
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -227,6 +227,7 @@
|
|||||||
<module>ruoyi-common</module>
|
<module>ruoyi-common</module>
|
||||||
<module>ccdi-info-collection</module>
|
<module>ccdi-info-collection</module>
|
||||||
<module>ccdi-project</module>
|
<module>ccdi-project</module>
|
||||||
|
<module>ccdi-lsfx</module>
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
|||||||
@@ -66,6 +66,12 @@
|
|||||||
<artifactId>ccdi-project</artifactId>
|
<artifactId>ccdi-project</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- 流水分析平台对接-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.ruoyi</groupId>
|
||||||
|
<artifactId>ccdi-lsfx</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user