From 95a7a57a36f38f463b4ee7cc5bcd0987a4798d9e Mon Sep 17 00:00:00 2001 From: Claus Guttesen Date: Fri, 29 Jul 2022 12:01:32 +0200 Subject: [PATCH] AOS-165 Added Elasticsearch Java API Client. (#7) Added Elasticsearch Java API Client. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index ed62fd9..ee57eb2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,15 @@ 3.1 5.8.2 1.7.36 + 8.3.3 + + co.elastic.clients + elasticsearch-java + ${elasticsearch-api-client.version} + com.fasterxml.jackson.core jackson-databind