From f6254df6ef1af076934688437e1f5fbd1622d79f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 19 Aug 2019 14:40:13 +0800 Subject: [PATCH] =?utf8?q?style:=20=E6=95=B4=E7=90=86pom?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- biz/api/pom.xml | 18 ++++++------------ biz/domain/pom.xml | 15 ++++++--------- system/api/pom.xml | 18 ++++++------------ system/domain/pom.xml | 15 ++++++--------- 4 files changed, 24 insertions(+), 42 deletions(-) diff --git a/biz/api/pom.xml b/biz/api/pom.xml index 3832ac9..bcc67f2 100644 --- a/biz/api/pom.xml +++ b/biz/api/pom.xml @@ -33,6 +33,12 @@ + + org.springframework.boot + spring-boot-starter + + + com.supwisdom.institute sw-backend-common-core @@ -55,18 +61,6 @@ - - org.springframework.boot - spring-boot-starter - - - - - com.supwisdom.infras - infras-mvc - - - org.springframework.boot spring-boot-starter-test diff --git a/biz/domain/pom.xml b/biz/domain/pom.xml index 3f8f044..29fc7bb 100644 --- a/biz/domain/pom.xml +++ b/biz/domain/pom.xml @@ -27,28 +27,25 @@ + + org.springframework.boot + spring-boot-starter + + + com.supwisdom.institute sw-backend-common-core - ${project.version} com.supwisdom.institute sw-backend-common-utils - ${project.version} com.supwisdom.institute sw-backend-common-framework - ${project.version} - - - - - org.springframework.boot - spring-boot-starter diff --git a/system/api/pom.xml b/system/api/pom.xml index 5f7637f..76a9dcd 100644 --- a/system/api/pom.xml +++ b/system/api/pom.xml @@ -33,6 +33,12 @@ + + org.springframework.boot + spring-boot-starter + + + com.supwisdom.institute sw-backend-common-core @@ -55,18 +61,6 @@ - - org.springframework.boot - spring-boot-starter - - - - - com.supwisdom.infras - infras-mvc - - - org.springframework.boot spring-boot-starter-test diff --git a/system/domain/pom.xml b/system/domain/pom.xml index 8e8e2fb..7464c71 100644 --- a/system/domain/pom.xml +++ b/system/domain/pom.xml @@ -27,28 +27,25 @@ + + org.springframework.boot + spring-boot-starter + + + com.supwisdom.institute sw-backend-common-core - ${project.version} com.supwisdom.institute sw-backend-common-utils - ${project.version} com.supwisdom.institute sw-backend-common-framework - ${project.version} - - - - - org.springframework.boot - spring-boot-starter -- 2.17.1