pom.xml 779 B

1234567891011121314151617181920
  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>healthy-data-manager</artifactId>
  10. <packaging>pom</packaging>
  11. <modules>
  12. <module>healthy-data-serve-client</module>
  13. <module>healthy-data-serve-framework</module>
  14. <module>health-data-manager-web</module>
  15. <module>health-data-manager-app</module>
  16. <module>health-data-application-api</module>
  17. </modules>
  18. </project>