From c5bb784a646990399bc302308aefab9643ff4858 Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Fri, 1 Dec 2023 12:36:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96EOA=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1036803983769600]后端-初始化EOA模块 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1036803983769600 --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 567fb54..0b3d76b 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,8 @@ 0.3.0.0-SNAPSHOT 0.3.0.0-SNAPSHOT 0.3.0.0-SNAPSHOT + 0.3.0.0-SNAPSHOT + 0.3.0.0-SNAPSHOT @@ -111,6 +113,8 @@ 3.0.0 3.0.0 3.0.0 + 3.0.0 + 3.0.0 @@ -168,6 +172,16 @@ neatlogic-diagram-base ${neatlogic.diagram.base} + + com.neatlogic + neatlogic-eoa + ${neatlogic.eoa} + + + com.neatlogic + neatlogic-eoa-base + ${neatlogic.eoa.base} + -- Gitee