优化测试用例

This commit is contained in:
everywhere.z
2023-07-13 11:38:31 +08:00
parent 3e0ea10a17
commit 98aa51f44e
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yomahub</groupId> <groupId>com.yomahub</groupId>
<artifactId>liteflow-script-javascript</artifactId> <artifactId>liteflow-script-graaljs</artifactId>
<version>${revision}</version> <version>${revision}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@@ -59,7 +59,7 @@
<dependency> <dependency>
<groupId>com.yomahub</groupId> <groupId>com.yomahub</groupId>
<artifactId>liteflow-script-javascript</artifactId> <artifactId>liteflow-script-graaljs</artifactId>
<version>${revision}</version> <version>${revision}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>com.yomahub</groupId> <groupId>com.yomahub</groupId>
<artifactId>liteflow-script-javascript</artifactId> <artifactId>liteflow-script-graaljs</artifactId>
<version>${revision}</version> <version>${revision}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>