|
@@ -49,11 +49,17 @@
|
|
|
<artifactId>content-api</artifactId>
|
|
<artifactId>content-api</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>cn.reghao.oss</groupId>
|
|
<groupId>cn.reghao.oss</groupId>
|
|
|
<artifactId>oss-sdk</artifactId>
|
|
<artifactId>oss-sdk</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.aliyun.oss</groupId>
|
|
|
|
|
+ <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
|
|
+ <version>3.8.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -77,11 +83,6 @@
|
|
|
<artifactId>javase</artifactId>
|
|
<artifactId>javase</artifactId>
|
|
|
<version>3.1.0</version>
|
|
<version>3.1.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.apache.tika</groupId>
|
|
|
|
|
- <artifactId>tika-core</artifactId>
|
|
|
|
|
- <version>2.9.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -91,10 +92,6 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <!--<dependency>
|
|
|
|
|
- <groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
|
|
- <artifactId>caffeine</artifactId>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.mysql</groupId>
|
|
<groupId>com.mysql</groupId>
|
|
@@ -121,11 +118,6 @@
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.aliyun.oss</groupId>
|
|
|
|
|
- <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
|
|
- <version>3.8.0</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.itextpdf</groupId>
|
|
<groupId>com.itextpdf</groupId>
|
|
@@ -139,10 +131,16 @@
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
|
|
+ <groupId>org.dom4j</groupId>
|
|
|
|
|
+ <artifactId>dom4j</artifactId>
|
|
|
|
|
+ <version>2.1.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--<dependency>
|
|
|
<groupId>commons-io</groupId>
|
|
<groupId>commons-io</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|
|
<artifactId>commons-io</artifactId>
|
|
|
<version>2.14.0</version>
|
|
<version>2.14.0</version>
|
|
|
- </dependency>
|
|
|
|
|
|
|
+ </dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.drewnoakes</groupId>
|
|
<groupId>com.drewnoakes</groupId>
|
|
@@ -155,9 +153,14 @@
|
|
|
<version>1.0-alpha3</version>
|
|
<version>1.0-alpha3</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>org.dom4j</groupId>
|
|
|
|
|
- <artifactId>dom4j</artifactId>
|
|
|
|
|
- <version>2.1.1</version>
|
|
|
|
|
|
|
+ <groupId>org.sejda.imageio</groupId>
|
|
|
|
|
+ <artifactId>webp-imageio</artifactId>
|
|
|
|
|
+ <version>0.1.6</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>net.coobird</groupId>
|
|
|
|
|
+ <artifactId>thumbnailator</artifactId>
|
|
|
|
|
+ <version>0.4.20</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|