fuliqi
2024-10-31 ec809f0f35973f5b86c8b5e7cccec8af0bc9803f
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>