Try to fix flaky apache async http client 5 tests (#13484)
This commit is contained in:
parent
b0107efa4c
commit
87088a172b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue