From 17badd7ea4d77c0aafbdfa65e05743cb7856489c Mon Sep 17 00:00:00 2001 From: chenhj <chenhj@lunor.cn> Date: 星期五, 30 五月 2025 14:40:58 +0800 Subject: [PATCH] Merge pull request 'chen' (#12) from chen into master --- 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