对比新文件 |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <parent> |
| | | <artifactId>lxzn-module-system</artifactId> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <version>3.4.3</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>lxzn-system-start</artifactId> |
| | | |
| | | <dependencies> |
| | | <!-- SYSTEM 绯荤粺绠$悊妯″潡 --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-system-biz</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!-- MDC 鏁版嵁閲囬泦鍒嗘瀽妯″潡 --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-mdc</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!--mdc common 妯″潡--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-mdc-common</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> |
| | | <!--tms 宸ュ叿绠$悊妯″潡--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-tms</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |