diff --git a/yudao-module-bpm/pom.xml b/yudao-module-bpm/pom.xml
index 95b7989..12258d1 100644
--- a/yudao-module-bpm/pom.xml
+++ b/yudao-module-bpm/pom.xml
@@ -23,5 +23,16 @@
工作流基于 Flowable 6 实现,分成流程定义、流程表单、流程实例、流程任务等功能模块。
-
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-elasticsearch
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-high-level-client
+
+
+
diff --git a/yudao-module-bpm/yudao-module-bpm-biz/pom.xml b/yudao-module-bpm/yudao-module-bpm-biz/pom.xml
index 207b166..a715325 100644
--- a/yudao-module-bpm/yudao-module-bpm-biz/pom.xml
+++ b/yudao-module-bpm/yudao-module-bpm-biz/pom.xml
@@ -75,5 +75,37 @@
org.flowable
flowable-spring-boot-starter-actuator
+
+ org.jetbrains
+ annotations
+ 13.0
+ compile
+
+
+ cn.iocoder.boot
+ yudao-module-system-biz
+ 2.1.0-jdk8-snapshot
+ compile
+
+
+ com.googlecode.json-simple
+ json-simple
+ 1.1
+
+
+ org.hashids
+ hashids
+ 1.0.3
+
+
+ org.thymeleaf
+ thymeleaf-spring5
+
+
+ cn.iocoder.boot
+ yudao-module-infra-biz
+ 2.1.0-jdk8-snapshot
+ compile
+