Browse Source

指定spring-boot-maven-plugin的版本

master
xie.bx 3 years ago
parent
commit
46e9012c51
  1. 7
      im-platform/pom.xml
  2. 7
      im-server/pom.xml

7
im-platform/pom.xml

@ -115,6 +115,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.3.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

7
im-server/pom.xml

@ -45,6 +45,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.3.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Loading…
Cancel
Save