From b8d8733ad9eeeb170a71897d1078acdbea7680f2 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 04 三月 2025 15:23:38 +0800
Subject: [PATCH] 优化

---
 ycl-smoke/pom.xml |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/ycl-smoke/pom.xml b/ycl-smoke/pom.xml
index 18ce1cc..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>
 

--
Gitblit v1.8.0