Browse Source

优化测试用例的pom依赖

everywhere.z 3 years ago
parent
commit
228a97e4b0

+ 0 - 6
liteflow-testcase-declare-component/pom.xml

@@ -40,12 +40,6 @@
             <artifactId>zkclient</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.yomahub</groupId>
-            <artifactId>liteflow-script-qlexpress</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

+ 0 - 6
liteflow-testcase-springboot/pom.xml

@@ -40,12 +40,6 @@
             <artifactId>zkclient</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.yomahub</groupId>
-            <artifactId>liteflow-script-qlexpress</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>