|
@@ -134,13 +134,13 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-json</artifactId>
|
|
<artifactId>spring-boot-starter-json</artifactId>
|
|
|
- <version>2.0.4.RELEASE</version>
|
|
|
|
|
|
|
+ <version>2.1.5.RELEASE</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
|
- <version>2.0.4.RELEASE</version>
|
|
|
|
|
|
|
+ <version>2.1.5.RELEASE</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>io.springfox</groupId>
|
|
<groupId>io.springfox</groupId>
|
|
@@ -152,6 +152,17 @@
|
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
|
<version>2.2.2</version>
|
|
<version>2.2.2</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.auth0</groupId>
|
|
|
|
|
+ <artifactId>java-jwt</artifactId>
|
|
|
|
|
+ <version>3.4.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.aliyun</groupId>
|
|
|
|
|
+ <artifactId>aliyun-java-sdk-core</artifactId>
|
|
|
|
|
+ <version>4.0.3</version>
|
|
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|
|