Adds apache httpclient version

Removed in boot 3.1
This commit is contained in:
spencergibb
2023-02-15 15:23:43 -05:00
parent 01afaa2fd1
commit b1d306caeb

View File

@@ -43,6 +43,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<scope>test</scope>
</dependency>
<dependency>