update 优化模块pom.xml结构格式

This commit is contained in:
秋辞未寒
2026-02-21 21:01:10 +08:00
parent ea32d9c4c8
commit 391b674945
6 changed files with 17 additions and 19 deletions

View File

@@ -8,6 +8,12 @@
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-common</artifactId>
<packaging>pom</packaging>
<description>
common 通用模块
</description>
<modules>
<module>ruoyi-common-bom</module>
@@ -34,11 +40,4 @@
<module>ruoyi-common-mqtt</module>
</modules>
<artifactId>ruoyi-common</artifactId>
<packaging>pom</packaging>
<description>
common 通用模块
</description>
</project>