From 39676fc53ae0fce69aadcd5125accc1c67d463a5 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 09 八月 2024 14:30:34 +0800 Subject: [PATCH] 方法格式 --- ycl-common/pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/ycl-common/pom.xml b/ycl-common/pom.xml index d5b3290..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> -- Gitblit v1.8.0