Browse Source

[fix build issue][修复]

release_toaliyun_real
Stormeye.Wu 7 years ago
parent
commit
b99b2c8cb9
3 changed files with 1 additions and 6 deletions
  1. +1
    -1
      mallinkAdmin/pom.xml
  2. +0
    -1
      mallinkBApi/pom.xml
  3. +0
    -4
      mallinkService/pom.xml

+ 1
- 1
mallinkAdmin/pom.xml View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<parent>
<artifactId>mallink</artifactId>
<groupId>com.iformall</groupId>
<version>1.0</version>


+ 0
- 1
mallinkBApi/pom.xml View File

@@ -20,7 +20,6 @@

</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>


+ 0
- 4
mallinkService/pom.xml View File

@@ -10,8 +10,4 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mallinkService</artifactId>

<build>
<finalName>${project.artifactId}</finalName>
</build>
</project>

Loading…
Cancel
Save