Skip to content

Commit

Permalink
PIP-662 Use elasticsearch-rest-client and elasticsearch-rest-client-s…
Browse files Browse the repository at this point in the history
…niffer dependencies from parent bom
  • Loading branch information
QuyenLy87 committed Feb 12, 2025
1 parent 45352c1 commit 967e1ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@
<artifactId>spring-data-elasticsearch</artifactId>
</dependency>

<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
</dependency>

<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client-sniffer</artifactId>
</dependency>


<dependency>
<!-- For RF2 Import -->
Expand Down

0 comments on commit 967e1ab

Please sign in to comment.