| | |
| | | <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> |
| | | <!-- activiti 模块 --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-activiti</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |
| | |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |
| | | </project> |