|
@@ -3,9 +3,10 @@
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<parent>
|
|
|
- <artifactId>liteflow</artifactId>
|
|
|
+ <artifactId>liteflow-testcase-el</artifactId>
|
|
|
<groupId>com.yomahub</groupId>
|
|
|
- <version>2.9.4</version>
|
|
|
+ <version>${revision}</version>
|
|
|
+ <relativePath>../pom.xml</relativePath>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
@@ -34,5 +35,17 @@
|
|
|
<version>${revision}</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.hutool</groupId>
|
|
|
+ <artifactId>hutool-core</artifactId>
|
|
|
+ <version>${hutool-core.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.yomahub</groupId>
|
|
|
+ <artifactId>liteflow-script-groovy</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|