From 31105cc5476ea352914c69d1442d2f1130153558 Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Sun, 5 May 2019 19:26:57 +0800 Subject: [PATCH] =?UTF-8?q?dependency=20=E5=BD=92=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order/order-application/pom.xml | 66 ++++++++++++--------------- order/order-service-api/pom.xml | 3 +- order/order-service-impl/pom.xml | 76 +++++++++++++++----------------- 3 files changed, 66 insertions(+), 79 deletions(-) diff --git a/order/order-application/pom.xml b/order/order-application/pom.xml index 1eb9932af..29be36a9e 100644 --- a/order/order-application/pom.xml +++ b/order/order-application/pom.xml @@ -11,12 +11,13 @@ order-application - 1.3.0.Final + + cn.iocoder.mall order-service-impl @@ -38,41 +39,48 @@ 1.0-SNAPSHOT + - org.springframework.boot - spring-boot-starter-web + org.mapstruct + mapstruct + ${org.mapstruct.version} - - org.springframework.boot - spring-boot-starter-test - test + org.apache.curator + curator-framework + 2.12.0 + - com.alibaba + org.apache.dubbo dubbo - 2.6.5 - + + org.springframework.boot + spring-boot-starter-web + com.alibaba.boot dubbo-spring-boot-starter 0.2.1.RELEASE - - org.apache.curator - curator-framework - 2.12.0 + org.springframework.boot + spring-boot-starter-actuator - - org.mapstruct - mapstruct - ${org.mapstruct.version} + org.springframework.boot + spring-boot-devtools + true + + + de.codecentric + spring-boot-admin-starter-client + 2.1.3 + io.springfox springfox-swagger2 @@ -84,28 +92,12 @@ 2.9.2 - - org.mapstruct - mapstruct - ${org.mapstruct.version} - - + org.springframework.boot - spring-boot-devtools - true - - - - de.codecentric - spring-boot-admin-starter-client - 2.1.3 - - - org.springframework.boot - spring-boot-starter-actuator + spring-boot-starter-test + test - diff --git a/order/order-service-api/pom.xml b/order/order-service-api/pom.xml index c43078998..6642451e9 100644 --- a/order/order-service-api/pom.xml +++ b/order/order-service-api/pom.xml @@ -12,6 +12,7 @@ order-service-api + cn.iocoder.mall common-framework @@ -28,6 +29,7 @@ 1.0-SNAPSHOT + javax.validation validation-api @@ -44,6 +46,5 @@ org.projectlombok lombok - diff --git a/order/order-service-impl/pom.xml b/order/order-service-impl/pom.xml index a89dac8bb..ba4a6439b 100644 --- a/order/order-service-impl/pom.xml +++ b/order/order-service-impl/pom.xml @@ -12,14 +12,17 @@ order-service-impl + + cn.iocoder.mall - order-service-api + user-sdk 1.0-SNAPSHOT + compile cn.iocoder.mall - system-service-api + product-service-api 1.0-SNAPSHOT compile @@ -29,6 +32,17 @@ 1.0-SNAPSHOT compile + + cn.iocoder.mall + order-service-api + 1.0-SNAPSHOT + + + cn.iocoder.mall + system-service-api + 1.0-SNAPSHOT + compile + cn.iocoder.mall user-service-api @@ -41,16 +55,25 @@ 1.0-SNAPSHOT - - org.apache.dubbo - dubbo - + com.google.guava guava 27.0.1-jre + + Pingplusplus + pingpp-java + 2.2.4 + jar + + + com.xuxueli + xxl-job-core + 2.0.1 + + mysql mysql-connector-java @@ -59,27 +82,17 @@ org.springframework.boot spring-boot-starter-jdbc + + + + org.apache.dubbo + dubbo + org.mybatis.spring.boot mybatis-spring-boot-starter 2.0.0 - - com.google.guava - guava - 27.0.1-jre - - - Pingplusplus - pingpp-java - 2.2.4 - jar - - - com.xuxueli - xxl-job-core - 2.0.1 - org.apache.rocketmq rocketmq-spring-boot-starter @@ -92,24 +105,6 @@ spring-boot-starter-test test - - cn.iocoder.mall - user-sdk - 1.0-SNAPSHOT - compile - - - cn.iocoder.mall - product-service-api - 1.0-SNAPSHOT - compile - - - cn.iocoder.mall - pay-service-api - 1.0-SNAPSHOT - compile - @@ -121,5 +116,4 @@ - \ No newline at end of file