From 60bfd8990c1de7a22595edea74c5365b6bc6d61d Mon Sep 17 00:00:00 2001 From: 0007 <0007@qq.com> Date: Wed, 27 Aug 2025 19:57:52 +0800 Subject: [PATCH] Add File --- .../agents-flex-store-elasticsearch/pom.xml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 agents-flex-store/agents-flex-store-elasticsearch/pom.xml diff --git a/agents-flex-store/agents-flex-store-elasticsearch/pom.xml b/agents-flex-store/agents-flex-store-elasticsearch/pom.xml new file mode 100644 index 0000000..85ac806 --- /dev/null +++ b/agents-flex-store/agents-flex-store-elasticsearch/pom.xml @@ -0,0 +1,49 @@ + + + 4.0.0 + + com.agentsflex + agents-flex-store + ${revision} + + + agents-flex-store-elasticsearch + agents-flex-store-elasticsearch + + + 8.15.0 + 2.17.0 + + 8 + 8 + UTF-8 + + + + + com.agentsflex + agents-flex-core + + + + co.elastic.clients + elasticsearch-java + ${elasticsearch.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + junit + junit + test + + + +