Commit 506fb650 by stylefeng

更新pom

parent 14c294b9
......@@ -155,7 +155,6 @@
</dependencyManagement>
<build>
<finalName>guns-parent</finalName>
<pluginManagement>
<plugins>
<plugin>
......@@ -170,6 +169,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.5.3.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment