|
|
@@ -18,31 +18,23 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
- <artifactId>jackson-datatype-jsr310</artifactId>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-mail</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-context-support</artifactId>
|
|
|
- <version>RELEASE</version>
|
|
|
- <scope>compile</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sun.mail</groupId>
|
|
|
- <artifactId>javax.mail</artifactId>
|
|
|
+ <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
+ <artifactId>jackson-datatype-jsr310</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.github.qcloudsms</groupId>
|
|
|
<artifactId>qcloudsms</artifactId>
|
|
|
- <version>1.0.5</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.qcloud</groupId>
|
|
|
<artifactId>cos_api</artifactId>
|
|
|
- <version>5.4.4</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
@@ -54,7 +46,6 @@
|
|
|
<dependency>
|
|
|
<groupId>com.aliyun.oss</groupId>
|
|
|
<artifactId>aliyun-sdk-oss</artifactId>
|
|
|
- <version>2.5.0</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
@@ -68,19 +59,13 @@
|
|
|
<artifactId>weixin-java-miniapp</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
- <optional>true</optional>
|
|
|
+ <groupId>com.github.binarywang</groupId>
|
|
|
+ <artifactId>weixin-java-pay</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.linlinjava</groupId>
|
|
|
<artifactId>litemall-db</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.binarywang</groupId>
|
|
|
- <artifactId>weixin-java-pay</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|