From b249b45f1dba4f253e94e32d8cadf0e4fc5bb115 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Tue, 30 Nov 2021 11:17:46 -0800 Subject: [PATCH] Added OpenSearch dependency and updated logstash and OpenSearch versions Signed-off-by: keithhc2 --- _clients/java.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_clients/java.md b/_clients/java.md index 22c42bbe..813e3243 100644 --- a/_clients/java.md +++ b/_clients/java.md @@ -12,9 +12,14 @@ For example, you can submit requests to your cluster using objects to create ind ## Setup -To start using the OpenSearch Java client, ensure that you have the following dependency in your project's `pom.xml` file: +To start using the OpenSearch Java client, ensure that you have the following dependencies in your project's `pom.xml` file: ``` + + org.opensearch.client + opensearch-rest-client + {{site.opensearch_version}} + org.opensearch.client opensearch-java