From ccd87b6ac99259a01b9099a4d570f6d9e7dbb506 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 30 五月 2025 14:48:54 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/zd-after into li

---
 pom.xml |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 78114f5..6f6211f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,8 @@
         <postgresql.version>42.7.3</postgresql.version>
         <mybatis-plus.version>3.5.12</mybatis-plus.version>
         <freemarker.version>2.3.30</freemarker.version>
+        <minio.version>8.4.3</minio.version>
+        <okhttp.version>4.9.0</okhttp.version>
     </properties>
 
     <!-- 渚濊禆澹版槑 -->
@@ -72,7 +74,7 @@
                 <artifactId>pagehelper-spring-boot-starter</artifactId>
                 <version>${pagehelper.boot.version}</version>
             </dependency>
-            
+
             <dependency>
                 <groupId>com.mysql</groupId>
                 <artifactId>mysql-connector-j</artifactId>
@@ -181,6 +183,26 @@
                 <version>${postgresql.version}</version>
             </dependency>
 
+            <!-- minio -->
+            <dependency>
+                <groupId>io.minio</groupId>
+                <artifactId>minio</artifactId>
+                <version>${minio.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.squareup.okhttp3</groupId>
+                        <artifactId>okhttp</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+
+            <!-- minio渚濊禆okhttp 涓嶇劧鎶ラ敊 -->
+            <dependency>
+                <groupId>com.squareup.okhttp3</groupId>
+                <artifactId>okhttp</artifactId>
+                <version>${okhttp.version}</version>
+            </dependency>
+
             <!--鍩虹妯″潡-->
             <dependency>
                 <groupId>com.ruoyi</groupId>

--
Gitblit v1.9.3