From 83a3689088331ba7b0aa6b40bfa482e780eaf529 Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Sun, 5 May 2019 19:47:16 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=A2=9E=E5=8A=A0api=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/system-sdk/pom.xml | 51 ++++++++++++++++++------------- system/system-service-api/pom.xml | 3 -- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/system/system-sdk/pom.xml b/system/system-sdk/pom.xml index eea6c2677..a36f80614 100644 --- a/system/system-sdk/pom.xml +++ b/system/system-sdk/pom.xml @@ -13,6 +13,35 @@ system-sdk + + + cn.iocoder.mall + common-framework + 1.0-SNAPSHOT + + + cn.iocoder.mall + system-service-api + 1.0-SNAPSHOT + + + + + javax.servlet + servlet-api + 2.5 + provided + + + com.google.guava + guava + + + + + org.apache.dubbo + dubbo + org.springframework spring-context @@ -24,28 +53,6 @@ 5.1.5.RELEASE - - org.apache.dubbo - dubbo - - - - javax.servlet - servlet-api - 2.5 - provided - - - - cn.iocoder.mall - common-framework - 1.0-SNAPSHOT - - - cn.iocoder.mall - system-service-api - 1.0-SNAPSHOT - diff --git a/system/system-service-api/pom.xml b/system/system-service-api/pom.xml index 79a8b8649..829f195f9 100644 --- a/system/system-service-api/pom.xml +++ b/system/system-service-api/pom.xml @@ -17,12 +17,10 @@ common-framework 1.0-SNAPSHOT - javax.validation validation-api - org.mapstruct mapstruct @@ -37,5 +35,4 @@ -