This commit is contained in:
Junling Bu
2020-06-01 19:39:07 +08:00
parent 4e62fcc756
commit e1dfa1e4a2
4 changed files with 15 additions and 6 deletions

15
pom.xml
View File

@@ -134,13 +134,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
@@ -152,6 +152,17 @@
<artifactId>springfox-swagger-ui</artifactId>
<version>2.2.2</version>
</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>
</dependencyManagement>