From c5ae6d4f6941b6531f84b962d5955e626f7aa68f Mon Sep 17 00:00:00 2001 From: weidong Date: Fri, 22 Dec 2023 16:42:27 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=87=AA=E5=8A=A8=E8=A1=A5=E4=BC=A0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sec-api/pom.xml | 5 +++-- sec-common/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sec-api/pom.xml b/sec-api/pom.xml index 5d600f3e..9c4f398c 100644 --- a/sec-api/pom.xml +++ b/sec-api/pom.xml @@ -21,8 +21,9 @@ - org.springframework.boot - spring-boot-starter-web + org.springframework + spring-web + compile diff --git a/sec-common/pom.xml b/sec-common/pom.xml index 6f77e274..9c9183ae 100644 --- a/sec-common/pom.xml +++ b/sec-common/pom.xml @@ -22,9 +22,9 @@ - org.springframework.boot - spring-boot-devtools - true + org.springframework + spring-web + compile org.slf4j