From e2670e7912ea7316d1f9fb518d980b8a4ef94055 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期四, 18 四月 2024 10:23:28 +0800 Subject: [PATCH] 点位订阅 --- jcdm-main/pom.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/jcdm-main/pom.xml b/jcdm-main/pom.xml index 94a7bfc..ed541ac 100644 --- a/jcdm-main/pom.xml +++ b/jcdm-main/pom.xml @@ -72,6 +72,17 @@ <version>3.0.5</version> </dependency> <!-- opc end--> + + <dependency> + <groupId>com.jcdm</groupId> + <artifactId>jcdm-quartz</artifactId> + </dependency> + <dependency> + <groupId>org.mybatis</groupId> + <artifactId>mybatis</artifactId> + <version>3.5.13</version> + <scope>compile</scope> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3