diff --git a/_clients/java.md b/_clients/java.md index c51a664f..c80870e0 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