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
+