From 5b0f0c60fc4f0e45b8b4daa8189fabd7019944c4 Mon Sep 17 00:00:00 2001 From: chenhj <1263187585@qq.com> Date: 星期四, 29 五月 2025 11:13:48 +0800 Subject: [PATCH] readme修改 --- pom.xml | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 857f440..384d5a3 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,9 @@ <jaxb-api.version>2.3.1</jaxb-api.version> <jakarta.version>6.0.0</jakarta.version> <springdoc.version>2.6.0</springdoc.version> + <postgresql.version>42.7.3</postgresql.version> + <minio.version>8.4.3</minio.version> + <okhttp.version>4.9.0</okhttp.version> </properties> <!-- 渚濊禆澹版槑 --> @@ -185,10 +188,30 @@ <version>${ruoyi.version}</version> </dependency> - <!-- flyway 鏁版嵁搴撹縼绉诲伐鍏� --> <dependency> - <groupId>org.flywaydb</groupId> - <artifactId>flyway-core</artifactId> + <groupId>org.postgresql</groupId> + <artifactId>postgresql</artifactId> + <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> </dependencies> -- Gitblit v1.9.3