From 0afc65d0f24e642b5dba983cbb110f8faf2c2b6d Mon Sep 17 00:00:00 2001 From: sen <sen@qq.com> Date: 星期五, 15 八月 2025 17:19:42 +0800 Subject: [PATCH] 修改 --- quartz/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/quartz/pom.xml b/quartz/pom.xml index 8954d9a..433cc58 100644 --- a/quartz/pom.xml +++ b/quartz/pom.xml @@ -35,6 +35,10 @@ <artifactId>common</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>service</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.8.0