From ca9817461a504049e289c154939454a6e5a37089 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 28 九月 2022 09:13:19 +0800 Subject: [PATCH] 1 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 63b73f7..21222c2 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,11 @@ <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> + <!-- httpclient --> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> <!--<dependency> <groupId>org.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-springsecurity5</artifactId> -- Gitblit v1.9.3