|
|
@@ -54,6 +54,16 @@ |
|
|
|
<version>${minio.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.konghq</groupId> |
|
|
|
<artifactId>unirest-java</artifactId> |
|
|
|
<version>3.7.04</version> |
|
|
|
</dependency> |
|
|
|
<!-- SpringBoot Mock --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
</dependency> |
|
|
|
<!-- XueYi Common Swagger --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xueyi</groupId> |
|
|
@@ -72,6 +82,18 @@ |
|
|
|
<artifactId>xueyi-common-security</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- XueYi Common Log --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xueyi</groupId> |
|
|
|
<artifactId>xueyi-common-log</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- XueYi Common Web --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xueyi</groupId> |
|
|
|
<artifactId>xueyi-common-web</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.pdfbox</groupId> |
|
|
|
<artifactId>pdfbox</artifactId> |
|
|
|