Commit a906c6a7 by 张成进

spring-boot版本升级至2.7.18

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