diff --git a/pom.xml b/pom.xml index f3c2bd85677ba5ca8af8842e031fd71e056e28d4..92fbabe2b9ca36e931327bee233ab893a4c7797d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot @@ -15,6 +15,9 @@ Project for CMRestAPI 1.8 + 10.1.34 + 5.3.32 + 1.3.14 @@ -32,6 +35,11 @@ gson 2.9.0 + + jakarta.servlet + jakarta.servlet-api + 6.0.0 + @@ -50,4 +58,4 @@ - + \ No newline at end of file diff --git a/src/main/java/org/opengauss/cmrestapi/CMRestAPIServer.java b/src/main/java/org/opengauss/cmrestapi/CMRestAPIServer.java index 5db6c87d27b0bec81f3a28cac28a5f625dd3e929..e16b72e2ac8715b826ee6164b89f5376a169c07f 100644 --- a/src/main/java/org/opengauss/cmrestapi/CMRestAPIServer.java +++ b/src/main/java/org/opengauss/cmrestapi/CMRestAPIServer.java @@ -14,7 +14,7 @@ */ package org.opengauss.cmrestapi; -import javax.servlet.http.HttpServletRequest; +import jakarta.servlet.http.HttpServletRequest; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PutMapping;