From 201c890ecf53d488b687942df0df1a9eee0a67dd Mon Sep 17 00:00:00 2001
From: wangli <274027703@qq.com>
Date: Wed, 25 Sep 2024 17:09:15 +0800
Subject: [PATCH] =?UTF-8?q?feat(REQ-2752)=20-=20=E5=A2=9E=E5=8A=A0=20es=20?=
=?UTF-8?q?module?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 11 ++++----
workflow-engine-elasticsearch/pom.xml | 39 +++++++++++++++++++++++++++
workflow-engine-server/pom.xml | 14 ++++++++++
3 files changed, 59 insertions(+), 5 deletions(-)
create mode 100644 workflow-engine-elasticsearch/pom.xml
diff --git a/pom.xml b/pom.xml
index 130212e4f..237b29de3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
workflow-engine
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
11.8
@@ -66,11 +66,11 @@
workflow-engine-core
${project.version}
-
+ workflow-engine-elasticsearch
+ ${project.version}
+
${project.groupId}
workflow-engine-server
@@ -162,5 +162,6 @@
workflow-engine-server
workflow-engine-support
workflow-engine-spring-boot-starter
+ workflow-engine-elasticsearch
diff --git a/workflow-engine-elasticsearch/pom.xml b/workflow-engine-elasticsearch/pom.xml
new file mode 100644
index 000000000..1dc191c26
--- /dev/null
+++ b/workflow-engine-elasticsearch/pom.xml
@@ -0,0 +1,39 @@
+
+ 4.0.0
+
+ workflow-engine
+ cn.axzo.workflow
+ ${revision}
+
+ workflow-engine-elasticsearch
+ Workflow Engine ElasticSearch
+
+
+ 8
+ 8
+ 7.14.0
+ 2.0.0-beta7
+
+
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-high-level-client
+ ${elasticsearch.version}
+
+
+
+ org.elasticsearch
+ elasticsearch
+ ${elasticsearch.version}
+
+
+
+ org.dromara.easy-es
+ easy-es-boot-starter
+ 2.0.0-beta7
+
+
+
+
diff --git a/workflow-engine-server/pom.xml b/workflow-engine-server/pom.xml
index afb7ae83a..26f2a3e65 100644
--- a/workflow-engine-server/pom.xml
+++ b/workflow-engine-server/pom.xml
@@ -28,6 +28,20 @@
cn.axzo.framework
axzo-web-spring-boot-starter
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-high-level-client
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-client
+
+
+ org.elasticsearch
+ elasticsearch
+
+
org.springframework.boot