【7.1.6】更新pom依赖

pull/83/MERGE
fengshuonan 2022-02-20 13:10:29 +08:00
parent 222ceda625
commit 937bd6691b
1 changed files with 0 additions and 23 deletions

23
pom.xml
View File

@ -241,29 +241,6 @@
<!-- 如果没有该项配置则devtools不会起作用即应用不会restart -->
<fork>true</fork>
</configuration>
<dependencies>
<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-thin-layout</artifactId>
<version>1.0.28.RELEASE</version>
</dependency>
</dependencies>
</plugin>
<!-- 加入该配置maven package执行时会在target目录整理好依赖包 -->
<plugin>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-thin-maven-plugin</artifactId>
<version>1.0.28.RELEASE</version>
<executions>
<execution>
<!-- Download the dependencies at build time -->
<id>resolve</id>
<goals>
<goal>resolve</goal>
</goals>
<inherited>false</inherited>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>