| | |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>lxzn-system-start</artifactId> |
| | | |
| | | |
| | | <dependencies> |
| | | <!-- SYSTEM 系统管理模块 --> |
| | | <dependency> |
| | |
| | | <artifactId>lxzn-module-mdc</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!-- DNC 数据采集分析模块 --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-dnc</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!-- flowable 模块 --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-flowable</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!--msi 模块--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-msi</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!--EAM 模块--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-eam</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |
| | | </project> |