|
|
@@ -9,7 +9,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>1.5.12.RELEASE</version>
|
|
|
+ <version>2.0.4.RELEASE</version>
|
|
|
<relativePath/>
|
|
|
</parent>
|
|
|
|
|
|
@@ -55,12 +55,6 @@
|
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
- <artifactId>jackson-datatype-jsr310</artifactId>
|
|
|
- <version>2.9.5</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!-- Spring Boot Mybatis 依赖 -->
|
|
|
<dependency>
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
@@ -85,7 +79,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
- <version>1.1.9</version>
|
|
|
+ <version>1.1.10</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -120,8 +114,14 @@
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-json</artifactId>
|
|
|
+ <version>2.0.4.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
|
- <version>1.5.12.RELEASE</version>
|
|
|
+ <version>2.0.4.RELEASE</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|