pom.xml 814 B

123456789101112131415161718192021222324
  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>healthy-data</artifactId>
  5. <groupId>com.xxh.cloud.dw</groupId>
  6. <version>1.0.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>health-data-run</artifactId>
  10. <packaging>pom</packaging>
  11. <modules>
  12. <module>health-data-run-framework</module>
  13. <module>health-data-run-task</module>
  14. <module>health-data-run-consumer</module>
  15. <module>health-data-run-client</module>
  16. <module>health-data-run-manager-api</module>
  17. <module>health-data-run-app</module>
  18. </modules>
  19. </project>