Commit 5addfc6b by 张成进

spring-boot版本升级至2.7.18

parent 950510ff
......@@ -3,13 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<groupId>com.secoo.mall</groupId>
<artifactId>matrix</artifactId>
<version>2.0.18.RELEASE</version>
<version>2.0.20.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>common-core</module>
<module>common-util</module>
......@@ -27,13 +25,11 @@
<module>matrix-gracefulshutdown</module>
</modules>
<properties>
<java.version>1.8</java.version>
<spring.boot.version>2.4.1</spring.boot.version>
<spring.boot.version>2.7.18</spring.boot.version>
</properties>
<dependencyManagement>
<!--在spring boot相关包前置,规定引入顺序 -->
<dependencies>
......@@ -252,10 +248,7 @@
<artifactId>httpasyncclient</artifactId>
<version>4.1.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
......@@ -308,7 +301,6 @@
</pluginManagement>
</build>
<profiles>
<profile>
<id>dev</id>
......@@ -353,9 +345,4 @@
</distributionManagement>
</profile>
</profiles>
</project>
\ No newline at end of file
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