From 57e1b8c96df3bce52179b02e48ee46a7366b6375 Mon Sep 17 00:00:00 2001 From: Gautam Mishra Date: Wed, 8 Nov 2023 15:34:52 -0600 Subject: [PATCH] Add httpclient5 dependency (#5377) Add httpclient5 dependency to use Apache HttpClient 5 Transport Signed-off-by: Gautam Mishra Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- _clients/java.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_clients/java.md b/_clients/java.md index c9cf7c0a636..54a9dbb162d 100644 --- a/_clients/java.md +++ b/_clients/java.md @@ -20,6 +20,12 @@ To start using the OpenSearch Java client, you need to provide a transport. The opensearch-java 2.6.0 + + + org.apache.httpcomponents.client5 + httpclient5 + 5.2.1 + ``` {% include copy.html %}