From 3b79eff2f1181eb6df58ac6f7c7e173f2677cf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Sun, 16 May 2021 10:29:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=20maven=20install=20=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 5 ----- ruoyi-common/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 62930f9f..60932af9 100644 --- a/pom.xml +++ b/pom.xml @@ -138,11 +138,6 @@ ${spring-boot-admin.version} - - org.springframework.boot - spring-boot-starter-actuator - - com.ruoyi diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 9ba4b2a3..2391586b 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -141,6 +141,11 @@ swagger-annotations + + org.springframework.boot + spring-boot-starter-actuator + + \ No newline at end of file