This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix build issue][修复]
release_toaliyun_real
Stormeye.Wu
7 years ago
parent
60cbc5bd24
commit
b99b2c8cb9
3 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkAdmin/pom.xml
+0
-1
mallinkBApi/pom.xml
+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>
Write
Preview
Loading…
Cancel
Save