From 0819312988ae6e041360fd354ef57a73633b7354 Mon Sep 17 00:00:00 2001 From: zhangnaisong <2434969829@qq.com> Date: 星期六, 07 九月 2024 16:16:12 +0800 Subject: [PATCH] 二厂数字化工况预警与停机报警提交 --- pom.xml | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 4ddcd2e..569fa5c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.7.12</version> + <version>2.5.14</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>com.ard</groupId> @@ -90,11 +90,23 @@ <artifactId>orai18n</artifactId> <version>21.1.0.0</version> </dependency> + <!-- okhttp3--> + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>4.8.1</version> + </dependency> <!--minio渚濊禆--> <dependency> <groupId>io.minio</groupId> <artifactId>minio</artifactId> <version>8.3.5</version> + <exclusions> + <exclusion> + <groupId>com.squareup.okhttp3</groupId><!--琚帓闄ょ殑jar鍖�--> + <artifactId>okhttp</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -120,6 +132,11 @@ <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql-connector-java</artifactId> + <scope>runtime</scope> + </dependency> </dependencies> <build> -- Gitblit v1.9.3