From 0ebabe1fbc6ef5733d99628bbdef87183ddf498e Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sat, 4 Aug 2018 21:06:19 +0800 Subject: [PATCH] =?UTF-8?q?chore[litemall-core]:=E6=95=B4=E7=90=86pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-core/pom.xml | 29 +++++++---------------------- pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 22 deletions(-) diff --git a/litemall-core/pom.xml b/litemall-core/pom.xml index 6c511360..ec905df8 100644 --- a/litemall-core/pom.xml +++ b/litemall-core/pom.xml @@ -17,32 +17,24 @@ spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-mail + + com.fasterxml.jackson.datatype jackson-datatype-jsr310 - - org.springframework - spring-context-support - RELEASE - compile - - - com.sun.mail - javax.mail - - com.github.qcloudsms qcloudsms - 1.0.5 com.qcloud cos_api - 5.4.4 slf4j-log4j12 @@ -54,7 +46,6 @@ com.aliyun.oss aliyun-sdk-oss - 2.5.0 commons-lang @@ -68,19 +59,13 @@ weixin-java-miniapp - org.springframework.boot - spring-boot-configuration-processor - true + com.github.binarywang + weixin-java-pay org.linlinjava litemall-db - - com.github.binarywang - weixin-java-pay - 3.0.0 - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2eb2fc5c..dbd7d6fb 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,30 @@ weixin-java-miniapp 3.1.0 + + + com.github.qcloudsms + qcloudsms + 1.0.5 + + + + com.qcloud + cos_api + 5.4.4 + + + + com.aliyun.oss + aliyun-sdk-oss + 2.5.0 + + + + org.springframework.boot + spring-boot-starter-mail + 1.5.12.RELEASE +