pom.xml 741 B

12345678910111213141516171819202122
  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-config</artifactId>
  10. <packaging>pom</packaging>
  11. <description>数据标签配置</description>
  12. <modules>
  13. <module>xxh-datalabel-config-manager-web</module>
  14. <module>xxh-datalabel-config-framework</module>
  15. <module>xxh-datalabel-config-client</module>
  16. </modules>
  17. </project>