Skip to content

Commit c65357c

Browse files
committed
Add Elasticsearch REST client dependency
Added the 'elasticsearch-rest-client' dependency (version 9.2.2) to the connector-app module to enable REST-based interactions with Elasticsearch.
1 parent a0a56fe commit c65357c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

connector/connector-app/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@
146146
<version>9.2.2</version>
147147
<scope>compile</scope>
148148
</dependency>
149+
<dependency>
150+
<groupId>org.elasticsearch.client</groupId>
151+
<artifactId>elasticsearch-rest-client</artifactId>
152+
<version>9.2.2</version>
153+
</dependency>
149154
<dependency>
150155
<groupId>com.fasterxml.jackson.core</groupId>
151156
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)