xiangpei
2024-04-02 e7613a0fe931b6065cca50e4013e3c655970cdd0
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>