| | |
| | | <module>deploy-jar-single</module> |
| | | <module>consum-base</module> |
| | | <module>consum-model-pojo</module> |
| | | <module>iplatform-base-security-consum</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | |
| | | |
| | | <!-- 2023-06-07 运维系统基础模块 --> |
| | | <dependency> |
| | | <groupId>com.low.consum</groupId> |
| | | <groupId>com.consum</groupId> |
| | | <artifactId>low-consum-manage</artifactId> |
| | | <version>${consum-base.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 2023-06-15 数据库对象定义模块 --> |
| | | <dependency> |
| | | <groupId>com.low.consum</groupId> |
| | | <groupId>com.consum</groupId> |
| | | <artifactId>consum-model-pojo</artifactId> |
| | | <version>${consum-model-pojo.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base-security-consum</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |