Skip to content

Commit

Permalink
Try to fix flaky apache async http client 5 tests (#13484)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Mar 10, 2025
1 parent b0107ef commit 87088a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ muzzle {

dependencies {
library("org.apache.httpcomponents.client5:httpclient5:5.0")
// https://issues.apache.org/jira/browse/HTTPCORE-653
library("org.apache.httpcomponents.core5:httpcore5:5.0.3")
}

tasks {
Expand Down

0 comments on commit 87088a1

Please sign in to comment.