Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
AOS-165 Added Elasticsearch Java API Client. (#7)
Browse files Browse the repository at this point in the history
Added Elasticsearch Java API Client.
  • Loading branch information
kometen authored Jul 29, 2022
1 parent 3ee5a2f commit 95a7a57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@
<t-digest.version>3.1</t-digest.version>
<junit.version>5.8.2</junit.version>
<slf4j.version>1.7.36</slf4j.version>
<elasticsearch-api-client.version>8.3.3</elasticsearch-api-client.version>
</properties>

<dependencies>
<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
<version>${elasticsearch-api-client.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down

0 comments on commit 95a7a57

Please sign in to comment.