pom.xml 748 B

123456789101112131415161718192021
  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-data-label-executor</artifactId>
  10. <packaging>pom</packaging>
  11. <description>数据标签执行</description>
  12. <modules>
  13. <module>xxh-datalabel-executor-framework</module>
  14. <module>xxh-datalabel-executor-client</module>
  15. <module>xxh-datalabel-executor-manager-web</module>
  16. </modules>
  17. </project>