From f6c19ce9e8ec6ccbcc9f6eaa3d168b27bba214eb Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期二, 06 六月 2023 15:17:31 +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