From ebcdfe98837582be807649f7a1a3f6f8ce776736 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 26 六月 2024 21:40:35 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- pipIrr-platform/pipIrr-global/pom.xml | 32 +++++++++++++++++++------------- 1 files changed, 19 insertions(+), 13 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/pom.xml b/pipIrr-platform/pipIrr-global/pom.xml index a2dcd29..67e9c0e 100644 --- a/pipIrr-platform/pipIrr-global/pom.xml +++ b/pipIrr-platform/pipIrr-global/pom.xml @@ -134,23 +134,29 @@ <artifactId>easyexcel</artifactId> <version>3.1.0</version> </dependency> + <!--OkHttp--> + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>4.9.2</version> + </dependency> </dependencies> <build> <plugins> - <plugin> - <!-- spring boot鎻愪緵鐨刴aven鎵撳寘鎻掍欢 --> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - <configuration> - <excludes> - <exclude> - <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - </exclude> - </excludes> - </configuration> - </plugin> +<!-- <plugin>--> +<!-- <!– spring boot鎻愪緵鐨刴aven鎵撳寘鎻掍欢 –>--> +<!-- <groupId>org.springframework.boot</groupId>--> +<!-- <artifactId>spring-boot-maven-plugin</artifactId>--> +<!-- <configuration>--> +<!-- <excludes>--> +<!-- <exclude>--> +<!-- <groupId>org.projectlombok</groupId>--> +<!-- <artifactId>lombok</artifactId>--> +<!-- </exclude>--> +<!-- </excludes>--> +<!-- </configuration>--> +<!-- </plugin>--> <plugin> <!-- maven閲屾墽琛屾祴璇曠敤渚嬬殑鎻掍欢 --> <groupId>org.apache.maven.plugins</groupId> -- Gitblit v1.8.0