Skip to content

Commit

Permalink
Restore latest working version of httpclient5 for docker-java
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Dec 29, 2023
1 parent 05d037c commit 83f4f31
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<brotli.version>0.1.2</brotli.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-compress.version>1.25.0</commons-compress.version>
<httpclient5.version>5.3</httpclient5.version>
<httpclient5.version>5.2.1</httpclient5.version>

<!-- provided -->
<selenium.version>4.16.1</selenium.version>
Expand Down Expand Up @@ -118,12 +118,6 @@
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-transport-httpclient5</artifactId>
<version>${docker-java.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.brotli</groupId>
Expand Down

0 comments on commit 83f4f31

Please sign in to comment.