Skip to content

Commit

Permalink
Add httpclient5 dependency (#5377)
Browse files Browse the repository at this point in the history
Add httpclient5 dependency to use Apache HttpClient 5 Transport

Signed-off-by: Gautam Mishra <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
2 people authored and vagimeli committed Dec 20, 2023
1 parent f8f457b commit 57e1b8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _clients/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ To start using the OpenSearch Java client, you need to provide a transport. The
<artifactId>opensearch-java</artifactId>
<version>2.6.0</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
</dependency>
```
{% include copy.html %}

Expand Down

0 comments on commit 57e1b8c

Please sign in to comment.