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,39 +13,46 @@ system-sdk + - org.springframework - spring-context - 5.1.5.RELEASE - - - org.springframework - spring-webmvc - 5.1.5.RELEASE + cn.iocoder.mall + common-framework + 1.0-SNAPSHOT - - org.apache.dubbo - dubbo + cn.iocoder.mall + system-service-api + 1.0-SNAPSHOT + javax.servlet servlet-api 2.5 provided + + com.google.guava + guava + + - cn.iocoder.mall - common-framework - 1.0-SNAPSHOT + org.apache.dubbo + dubbo - cn.iocoder.mall - system-service-api - 1.0-SNAPSHOT + org.springframework + spring-context + 5.1.5.RELEASE + + org.springframework + spring-webmvc + 5.1.5.RELEASE + + 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 @@ -