From d145e3e43289b16f10e7e6bc918cbf7a2a8b0a9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?=
<15040126243@163.com>
Date: Tue, 23 Dec 2025 16:21:14 +0800
Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20elasticsearch-client?=
=?UTF-8?q?=20=E8=A2=ABspring=E7=9A=84=E4=BE=9D=E8=B5=96=E8=A6=86=E7=9B=96?=
=?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=87=BA=E7=8E=B0=E7=89=88=E6=9C=AC=E5=85=BC?=
=?UTF-8?q?=E5=AE=B9=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index b2e869e63..dd56d3872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
1.18.40
7.4
3.0.0
+ 7.17.28
9.3.0
1.80
1.5.0
@@ -279,6 +280,18 @@
${easy-es.version}
+
+ co.elastic.clients
+ elasticsearch-java
+ ${elasticsearch-client.version}
+
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-client
+ ${elasticsearch-client.version}
+
+
org.apache.skywalking