From d5c7f485091d29c3f469ad82847ed93b315b22a1 Mon Sep 17 00:00:00 2001 From: 胡仁荣 <897853850@qq.com> Date: 星期二, 09 五月 2023 18:26:08 +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