From bc2fa8b08c72469e31433d1f9e70e8077f63d49b Mon Sep 17 00:00:00 2001 From: 胡仁荣 <897853850@qq.com> Date: 星期五, 07 四月 2023 17:07:48 +0800 Subject: [PATCH] 直播 --- pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index d9f2530..2732c81 100644 --- a/pom.xml +++ b/pom.xml @@ -435,6 +435,13 @@ <classifier>jdk15</classifier><!-- 鎸囧畾jdk鐗堟湰 --> </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.2</version> + </dependency> + </dependencies> <build> <plugins> -- Gitblit v1.8.0