Moves versions for apache httpclient/httpcore 4.x

Moves versions to parent dep mgmt
This commit is contained in:
spencergibb
2023-02-15 15:22:34 -05:00
parent 61528b421a
commit 310ccfb99c
2 changed files with 10 additions and 2 deletions

10
pom.xml
View File

@@ -156,6 +156,16 @@
<artifactId>testcontainers</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.16</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@@ -71,13 +71,11 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.16</version>
<optional>true</optional>
</dependency>
<dependency>