From 00ec64bdf38a52b979f709de2e82e9994ed17749 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期日, 07 七月 2024 21:40:17 +0800 Subject: [PATCH] 1. 新增走航报告异常数据所经路段查询功能 --- pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8436d7e..23dbb36 100644 --- a/pom.xml +++ b/pom.xml @@ -211,11 +211,11 @@ <artifactId>jfreechart</artifactId> <version>1.5.3</version> </dependency> - + <!-- Httpclient--> <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <version>3.0</version> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>4.5.14</version> </dependency> </dependencies> -- Gitblit v1.9.3