hdc 1 year ago
parent
commit
7b8a1cf80d
1 changed files with 1 additions and 7 deletions
  1. 1 7
      collect-fees/pom.xml

+ 1 - 7
collect-fees/pom.xml

@@ -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">
-    <!--<parent>
-        &lt;!&ndash;继承父项目工程&ndash;&gt;
-        <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-service</module>-->
         <module>collect-fees-api</module>
     </modules>