OCT REM: 1. 更新SpringBoot版本到最新 3.4.4

2. 移除多余组件
This commit is contained in:
HuangXin 2025-04-16 16:03:55 +08:00
parent 26d6ab64af
commit c0d3b612b3
1 changed files with 6 additions and 7 deletions

13
pom.xml
View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.cmcc</groupId>
@ -142,11 +142,6 @@
<artifactId>spring-tx</artifactId>
<version>6.2.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
@ -192,6 +187,11 @@
<artifactId>kubernetes-client</artifactId>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-server-mock</artifactId>
<version>7.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -279,7 +279,6 @@
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>