zxl
2025-09-15 8f2e8522daf081ad4da027c39a776fdd9483b97e
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>
@@ -49,4 +62,4 @@
        </dependency>
    </dependencies>
</project>
</project>