From 290943ebfc24f4f271d3fb9eba88f7b664d38219 Mon Sep 17 00:00:00 2001 From: weidong Date: Mon, 1 Jul 2024 17:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=96=E9=83=A8API?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sec-api/pom.xml | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/sec-api/pom.xml b/sec-api/pom.xml index d0bff776..2ea116be 100644 --- a/sec-api/pom.xml +++ b/sec-api/pom.xml @@ -20,12 +20,6 @@ - - org.springframework - spring-web - compile - - com.github.yulichang mybatis-plus-join-boot-starter @@ -42,22 +36,12 @@ mysql-connector-java 8.0.24 - - org.springframework.boot - spring-boot-configuration-processor - true - org.projectlombok lombok true - - org.springframework.boot - spring-boot-starter-test - test - - + org.springframework.cloud spring-cloud-starter-openfeign @@ -75,6 +59,13 @@ easyexcel + + com.imdroid + sec-common + 1.0-SNAPSHOT + compile + +