From 397eda7e04fd23016ba55b1b12af63bfeb00e482 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 12 十一月 2024 11:16:55 +0800 Subject: [PATCH] bug+检测按钮+新的故障下拉框+工单删除+记录检测离线具体时间点等等 --- ycl-common/pom.xml | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/ycl-common/pom.xml b/ycl-common/pom.xml index d106a7b..4f8f328 100644 --- a/ycl-common/pom.xml +++ b/ycl-common/pom.xml @@ -16,6 +16,19 @@ <maven.compiler.target>17</maven.compiler.target> </properties> <dependencies> + + <!-- 瀹氭椂浠诲姟 --> + <dependency> + <groupId>org.quartz-scheduler</groupId> + <artifactId>quartz</artifactId> + <exclusions> + <exclusion> + <groupId>com.mchange</groupId> + <artifactId>c3p0</artifactId> + </exclusion> + </exclusions> + </dependency> + <!-- 鑷畾涔夐獙璇佹敞瑙� --> <dependency> <groupId>org.springframework.boot</groupId> @@ -49,4 +62,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.8.0