From b52d4635bcc07411273361b0ba6092d77d2424a3 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期二, 26 三月 2024 09:58:47 +0800 Subject: [PATCH] 完善查询流量监测站 解决添加后查不到问题 --- pipIrr-platform/pipIrr-web/pipIrr-web-sell/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/pom.xml b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/pom.xml index 841fc87..8511298 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/pom.xml +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/pom.xml @@ -15,6 +15,15 @@ <name>pipIrr-web-sell</name> <description>web钀ラ攢淇℃伅绯荤粺</description> + <dependencies> + <!--OkHttp--> + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>4.9.2</version> + </dependency> + </dependencies> + <build> <plugins> <!-- 鐢熸垚涓嶅寘鍚緷璧杍ar鐨勫彲鎵цjar鍖� -- Gitblit v1.8.0