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 <gautam.mishra@hotmail.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
  • Loading branch information
gautammishra and Naarcha-AWS authored Nov 8, 2023
1 parent 77bcd03 commit 0776230
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 0776230

Please sign in to comment.