fix 由于 fast 单体版 代码统一管理 无法排除 quartz 导致运行异常 故优先删除 quartz 相关代码

This commit is contained in:
疯狂的狮子Li
2021-11-07 20:28:01 +08:00
parent 23cb4eef33
commit d81377a2ed
24 changed files with 0 additions and 1899 deletions

View File

@ -51,18 +51,6 @@
<artifactId>velocity</artifactId>
</dependency>
<!-- 定时任务 @deprecated 3.4.0删除 迁移至xxl-job -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-quartz</artifactId>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- spring-boot-devtools -->
<dependency>
<groupId>org.springframework.boot</groupId>