File was renamed from online-course-biz/pom.xml |
| | |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <parent> |
| | | <groupId>com.by4cloud</groupId> |
| | | <artifactId>online-course</artifactId> |
| | | <artifactId>platformx-demo</artifactId> |
| | | <version>5.5.0</version> |
| | | </parent> |
| | | |
| | | <artifactId>online-course-biz</artifactId> |
| | | <artifactId>platformx-demo-biz</artifactId> |
| | | |
| | | <dependencies> |
| | | <!--必备: undertow容器--> |
| | |
| | | <!--必备: 依赖api模块--> |
| | | <dependency> |
| | | <groupId>com.by4cloud</groupId> |
| | | <artifactId>online-course-api</artifactId> |
| | | <artifactId>platformx-demo-api</artifactId> |
| | | <version>5.5.0</version> |
| | | </dependency> |
| | | <!--必备: log 依赖--> |