From c4c1c6cf89781eb06dc02b677a8954fdb2666c43 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 16 七月 2025 22:39:06 +0800 Subject: [PATCH] 添加时间筛选 --- ycl-smoke/pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ycl-smoke/pom.xml b/ycl-smoke/pom.xml index f7cdd77..aa8e8b2 100644 --- a/ycl-smoke/pom.xml +++ b/ycl-smoke/pom.xml @@ -30,12 +30,12 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>com.ycl</groupId> - <artifactId>ycl-generator</artifactId> - <version>1.0.0</version> - <scope>compile</scope> - </dependency> +<!-- <dependency>--> +<!-- <groupId>com.ycl</groupId>--> +<!-- <artifactId>ycl-generator</artifactId>--> +<!-- <version>1.0.0</version>--> +<!-- <scope>compile</scope>--> +<!-- </dependency>--> </dependencies> <!-- <build>--> -- Gitblit v1.8.0