From 1948a5ff0581e7596249fb8d299559a17c977141 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期四, 05 十二月 2024 17:08:16 +0800 Subject: [PATCH] 分角色展示项目计划,实现不同角色的功能 --- business/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/business/pom.xml b/business/pom.xml index ad84770..555f263 100644 --- a/business/pom.xml +++ b/business/pom.xml @@ -21,6 +21,12 @@ <artifactId>system</artifactId> </dependency> - </dependencies> + <!-- flowable --> + <dependency> + <groupId>com.ycl</groupId> + <artifactId>flowable</artifactId> + </dependency> + + </dependencies> </project> -- Gitblit v1.8.0