浏览代码

minio架包

Signed-off-by: tangsong <86121657@qq.com>
tangsong 3 月之前
父节点
当前提交
5781e6ca7e
共有 1 个文件被更改,包括 18 次插入6 次删除
  1. 18 6
      pom.xml

+ 18 - 6
pom.xml

@@ -257,13 +257,25 @@ org.springframework.boot</groupId>-->
257 257
 			<version>2.3</version>
258 258
 		</dependency>
259 259
 		<dependency>
260
-			<groupId>minio</groupId>
260
+			<groupId>io.minio</groupId>
261 261
 			<artifactId>minio</artifactId>
262
-			<version>0.6.0.11</version>
263
-			<scope>system</scope>
264
-			<systemPath>
265
-				${project.basedir}/src/main/resources/lib/minio-6.0.11.jar
266
-			</systemPath>
262
+			<version>8.5.2</version>
263
+			<exclusions>
264
+				<exclusion>
265
+					<artifactId>okhttp</artifactId>
266
+					<groupId>com.squareup.okhttp3</groupId>
267
+				</exclusion>
268
+			</exclusions>
269
+		</dependency>
270
+		<dependency>
271
+			<groupId>com.squareup.okhttp3</groupId>
272
+			<artifactId>okhttp</artifactId>
273
+			<version>4.10.0</version>
274
+		</dependency>
275
+		<dependency>
276
+			<groupId>org.jetbrains.kotlin</groupId>
277
+			<artifactId>kotlin-stdlib</artifactId>
278
+			<version>1.3.70</version>
267 279
 		</dependency>
268 280
 		<dependency>
269 281
 			<groupId>autoconfigure</groupId>