From 2ef075d66cf5bc95562f2e584ed6283776062f24 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 24 十一月 2023 10:25:38 +0800 Subject: [PATCH] 1、优化通信中间件代码; 2、实现功能码71协议(查询阀门状态) --- pipIrr-platform/pipIrr-common/pipIrr-common.iml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/pipIrr-common.iml b/pipIrr-platform/pipIrr-common/pipIrr-common.iml index bfdde8c..6c1b512 100644 --- a/pipIrr-platform/pipIrr-common/pipIrr-common.iml +++ b/pipIrr-platform/pipIrr-common/pipIrr-common.iml @@ -105,6 +105,6 @@ <orderEntry type="library" name="Maven: org.jdom:jdom2:2.0.6.1" level="project" /> <orderEntry type="library" name="Maven: cn.hutool:hutool-all:5.8.21" level="project" /> <orderEntry type="library" name="Maven: org.apache.mina:mina-core:2.2.1" level="project" /> - <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz-weblogic:2.1.7" level="project" /> + <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz:2.1.7" level="project" /> </component> </module> \ No newline at end of file -- Gitblit v1.8.0