|
@@ -78,6 +78,24 @@
|
|
|
<groupId>com.fdkankan</groupId>
|
|
|
<artifactId>4dkankan-utils-fyun-oss</artifactId>
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.redisson</groupId>
|
|
|
+ <artifactId>redisson</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bytedeco</groupId>
|
|
|
+ <artifactId>javacpp</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bytedeco</groupId>
|
|
|
+ <artifactId>javacv</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bytedeco</groupId>
|
|
|
+ <artifactId>javacv-platform</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fdkankan</groupId>
|
|
@@ -88,6 +106,18 @@
|
|
|
<groupId>org.redisson</groupId>
|
|
|
<artifactId>redisson</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bytedeco</groupId>
|
|
|
+ <artifactId>javacpp</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bytedeco</groupId>
|
|
|
+ <artifactId>javacv</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bytedeco</groupId>
|
|
|
+ <artifactId>javacv-platform</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<!-- pagehelper 分页插件 -->
|
|
@@ -112,32 +142,6 @@
|
|
|
<artifactId>tlog-all-spring-boot-starter</artifactId>
|
|
|
<version>${tlog-all-spring-boot-starter.version}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <!-- jsoup HTML parser library @ https://jsoup.org/ -->
|
|
|
- <groupId>org.jsoup</groupId>
|
|
|
- <artifactId>jsoup</artifactId>
|
|
|
- <version>1.15.3</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.aliyun.oss</groupId>
|
|
|
- <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
- <version>${aliyun-sdk-oss.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.minio</groupId>
|
|
|
- <artifactId>minio</artifactId>
|
|
|
- <version>${minio.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <artifactId>okio</artifactId>
|
|
|
- <groupId>com.squareup.okio</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>okhttp</artifactId>
|
|
|
- <groupId>com.squareup.okhttp3</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|