pom.xml 862 B

12345678910111213141516171819202122232425
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <parent>
  4. <artifactId>xx-rule-java</artifactId>
  5. <groupId>com.xxh.cloud</groupId>
  6. <version>1.0.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>xxh-rule-executor</artifactId>
  10. <packaging>pom</packaging>
  11. <description>规则执行</description>
  12. <modules>
  13. <module>xx-flow-execute-common</module>
  14. <module>xx-flow-executor-tree</module>
  15. <module>xx-flow-executor-flow</module>
  16. <module>xx-flow-execute-framework</module>
  17. <module>xx-flow-execute-manager-api</module>
  18. <module>xx-flow-execute-client-api</module>
  19. </modules>
  20. </project>