From 48c9b66fd1f4009fa16702f0669d98951088027d Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 10 Apr 2024 12:09:58 +0100 Subject: [PATCH] fix depends --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b44375c..3e3f57c 100644 --- a/pom.xml +++ b/pom.xml @@ -110,13 +110,17 @@ 1.20-R0.2 compile - - org.springframework.boot spring-boot-starter-thymeleaf compile + + org.apache.httpcomponents + httpclient + 4.5.14 + +