12345678910111213141516171819202122232425 |
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>xx-rule-java</artifactId>
- <groupId>com.xxh.cloud</groupId>
- <version>1.0.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>xxh-rule-executor</artifactId>
- <packaging>pom</packaging>
- <description>规则执行</description>
- <modules>
- <module>xx-flow-execute-common</module>
- <module>xx-flow-executor-tree</module>
- <module>xx-flow-executor-flow</module>
- <module>xx-flow-execute-framework</module>
- <module>xx-flow-execute-manager-api</module>
- <module>xx-flow-execute-client-api</module>
- </modules>
- </project>
|