|
@@ -72,22 +72,20 @@
|
|
|
|
|
|
<!-- druid -->
|
|
|
<dependency>
|
|
|
- <groupId>com.github.drtrang</groupId>
|
|
|
- <artifactId>druid-spring-boot2-starter</artifactId>
|
|
|
- <version>1.1.10</version>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>druid-spring-boot-starter</artifactId>
|
|
|
+ <version>1.1.21</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
+ <version>4.5.5</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- <version>4.5.5</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-mail</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-mail</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
</dependencies>
|