Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
matrix
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
matrix
Commits
5addfc6b
Commit
5addfc6b
authored
Apr 18, 2025
by
张成进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spring-boot版本升级至2.7.18
parent
950510ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
16 deletions
+2
-16
pom.xml
pom.xml
+2
-16
No files found.
pom.xml
View file @
5addfc6b
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment