diff --git a/build.gradle b/build.gradle index 1e94181831..691bd573fa 100644 --- a/build.gradle +++ b/build.gradle @@ -426,6 +426,7 @@ configurations { force "com.github.luben:zstd-jni:${versions.zstd}" force "org.xerial.snappy:snappy-java:1.1.10.1" force 'com.google.guava:guava:32.0.1-jre' + force "org.apache.httpcomponents:httpclient:4.5.14" } }