Commit 506fb650 by stylefeng

更新pom

parent 14c294b9
...@@ -155,7 +155,6 @@ ...@@ -155,7 +155,6 @@
</dependencyManagement> </dependencyManagement>
<build> <build>
<finalName>guns-parent</finalName>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
...@@ -170,6 +169,14 @@ ...@@ -170,6 +169,14 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>1.5.3.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </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