修复 Maven 构建配置
- 从主 pom.xml 移除 Git submodules 的模块引用 - 从 ruoyi-modules/pom.xml 移除所有子模块引用 - 现在各个微服务模块作为独立的 Git 仓库管理
This commit is contained in:
parent
9fbee987ab
commit
740c378c4f
3
pom.xml
3
pom.xml
|
|
@ -216,9 +216,6 @@
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>ruoyi-auth</module>
|
|
||||||
<module>ruoyi-gateway</module>
|
|
||||||
<module>ruoyi-visual</module>
|
|
||||||
<module>ruoyi-modules</module>
|
<module>ruoyi-modules</module>
|
||||||
<module>ruoyi-api</module>
|
<module>ruoyi-api</module>
|
||||||
<module>ruoyi-common</module>
|
<module>ruoyi-common</module>
|
||||||
|
|
|
||||||
|
|
@ -8,19 +8,6 @@
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<modules>
|
|
||||||
<module>ruoyi-system</module>
|
|
||||||
<module>ruoyi-gen</module>
|
|
||||||
<module>ruoyi-job</module>
|
|
||||||
<module>ruoyi-file</module>
|
|
||||||
<module>tuoheng-device</module>
|
|
||||||
<module>tuoheng-approval</module>
|
|
||||||
<module>tuoheng-airline</module>
|
|
||||||
<module>tuoheng-task</module>
|
|
||||||
<module>tuoheng-fms</module>
|
|
||||||
<module>tuoheng-media</module>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
<artifactId>ruoyi-modules</artifactId>
|
<artifactId>ruoyi-modules</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue