From 600efa6cbf078948ed58dc9b22ae1b9df1104c62 Mon Sep 17 00:00:00 2001 From: hwhbj Date: Thu, 13 Mar 2025 11:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DCM-RESTAPI=E6=BC=8F=E6=B4=9E2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 92fbabe..6d8ccdc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,19 +5,19 @@ org.springframework.boot spring-boot-starter-parent - 2.7.12 + 2.7.18 org.opengauss cmrestapi - 3.1.0-RELEASE + 7.0.0-RC1-RELEASE CMRestAPI Project for CMRestAPI - 1.8 - 10.1.34 - 5.3.32 + 11 + 5.3.39 1.3.14 + 10.1.35 @@ -28,8 +28,17 @@ org.yaml snakeyaml + + org.springframework.boot + spring-boot-starter-tomcat + + + org.apache.tomcat.embed + tomcat-embed-core + 10.1.35 + com.google.code.gson gson @@ -51,8 +60,8 @@ maven-compiler-plugin 3.1 - 1.8 - 1.8 + 11 + 11 true -- Gitee