[JAVA-32166] Clean up (#16091)

This commit is contained in:
panos-kakos
2024-03-15 10:03:12 +02:00
committed by GitHub
parent 2a16dc158c
commit 34fec650c0
12 changed files with 34 additions and 30 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${org.apache.httpcomponents.version}</version>
<version>${httpclient.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -48,7 +48,7 @@
</dependencies>
<properties>
<org.apache.httpcomponents.version>4.5.3</org.apache.httpcomponents.version>
<httpclient.version>4.5.3</httpclient.version>
<gson.version>2.10.1</gson.version>
</properties>