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 | 80 ++++++++-------- order/order-service-api/pom.xml | 3 +- order/order-service-impl/pom.xml | 154 +++++++++++++++---------------- 3 files changed, 112 insertions(+), 125 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 - - - - com.alibaba - dubbo - 2.6.5 - - - - com.alibaba.boot - dubbo-spring-boot-starter - 0.2.1.RELEASE - - org.apache.curator curator-framework 2.12.0 + - org.mapstruct - mapstruct - ${org.mapstruct.version} + org.apache.dubbo + dubbo + + + org.springframework.boot + spring-boot-starter-web + + + com.alibaba.boot + dubbo-spring-boot-starter + 0.2.1.RELEASE + + + org.springframework.boot + spring-boot-starter-actuator + + + 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 + spring-boot-starter-test + test - - - de.codecentric - spring-boot-admin-starter-client - 2.1.3 - - - org.springframework.boot - spring-boot-starter-actuator - - 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,86 +12,8 @@ order-service-impl - - cn.iocoder.mall - order-service-api - 1.0-SNAPSHOT - - - cn.iocoder.mall - system-service-api - 1.0-SNAPSHOT - compile - - - cn.iocoder.mall - pay-service-api - 1.0-SNAPSHOT - compile - - - cn.iocoder.mall - user-service-api - 1.0-SNAPSHOT - compile - - - cn.iocoder.mall - promotion-service-api - 1.0-SNAPSHOT - - - org.apache.dubbo - dubbo - - - com.google.guava - guava - 27.0.1-jre - - - - mysql - mysql-connector-java - - - org.springframework.boot - spring-boot-starter-jdbc - - - 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 - 2.0.1 - - - - - org.springframework.boot - spring-boot-starter-test - test - + cn.iocoder.mall user-sdk @@ -110,6 +32,79 @@ 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 + 1.0-SNAPSHOT + compile + + + cn.iocoder.mall + promotion-service-api + 1.0-SNAPSHOT + + + + + 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 + + + org.springframework.boot + spring-boot-starter-jdbc + + + + + org.apache.dubbo + dubbo + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 2.0.0 + + + org.apache.rocketmq + rocketmq-spring-boot-starter + 2.0.1 + + + + + org.springframework.boot + spring-boot-starter-test + test + @@ -121,5 +116,4 @@ - \ No newline at end of file