From e1a5409bfa2cca009160a961d9bff827ff133b1b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 05 一月 2026 17:55:22 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server
---
ycl-smoke/pom.xml | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/ycl-smoke/pom.xml b/ycl-smoke/pom.xml
index d4636e8..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>-->
@@ -63,6 +63,7 @@
<artifactId>nothing</artifactId>
</include>
</includes>
+ <includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
@@ -101,7 +102,7 @@
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
- <version>1.18.20</version>
+ <version>1.18.22</version>
</path>
</annotationProcessorPaths>
--
Gitblit v1.8.0