|
@@ -2,12 +2,6 @@
|
|
|
<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">
|
|
|
-
|
|
|
- <!–继承父项目工程–>
|
|
|
- <artifactId>tofly-hnls</artifactId>
|
|
|
- <groupId>com.tofly</groupId>
|
|
|
- <version>1.0.0</version>
|
|
|
- </parent>-->
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
@@ -21,7 +15,7 @@
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<modules>
|
|
|
- <module>collect-fees-service</module>
|
|
|
+
|
|
|
<module>collect-fees-api</module>
|
|
|
</modules>
|
|
|
|