pom.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.xxh.cloud</groupId>
  7. <artifactId>xx-healthy-java</artifactId>
  8. <version>1.0.0</version>
  9. <packaging>pom</packaging>
  10. <properties>
  11. <maven.compiler.source>8</maven.compiler.source>
  12. <maven.compiler.target>8</maven.compiler.target>
  13. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  14. <xx.framework.version>1.0.0</xx.framework.version>
  15. <xx.user.version>1.0.0</xx.user.version>
  16. <xx.metadata.version>1.0.0.wb</xx.metadata.version>
  17. <healthy.version>1.0.0</healthy.version>
  18. </properties>
  19. <dependencyManagement>
  20. <dependencies>
  21. <dependency>
  22. <groupId>com.xxh.cloud</groupId>
  23. <artifactId>xx-framework-dependencies</artifactId>
  24. <version>${xx.framework.version}</version>
  25. <type>pom</type>
  26. <scope>import</scope>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.xxh.cloud</groupId>
  30. <artifactId>healthy-basic-framework</artifactId>
  31. <version>${healthy.version}</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.xxh.cloud</groupId>
  35. <artifactId>healthy-data-framework</artifactId>
  36. <version>${healthy.version}</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.xxh.cloud</groupId>
  40. <artifactId>healthy-service-framework</artifactId>
  41. <version>${healthy.version}</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.xxh.cloud</groupId>
  45. <artifactId>healthy-scale-framework</artifactId>
  46. <version>${healthy.version}</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.xxh.cloud</groupId>
  50. <artifactId>healthy-basic-client-api</artifactId>
  51. <version>${healthy.version}</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.xxh.cloud</groupId>
  55. <artifactId>healthy-third-client-api</artifactId>
  56. <version>${healthy.version}</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.xxh.cloud</groupId>
  60. <artifactId>healthy-basic-client-api</artifactId>
  61. <version>${healthy.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.xxh.cloud</groupId>
  65. <artifactId>user-client-api</artifactId>
  66. <version>${xx.user.version}</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.xxh.cloud</groupId>
  70. <artifactId>metadata-client-api</artifactId>
  71. <version>${xx.metadata.version}</version>
  72. </dependency>
  73. </dependencies>
  74. </dependencyManagement>
  75. <modules>
  76. <module>healthy-third-client-api</module>
  77. <module>healthy-basic</module>
  78. <module>healthy-scale</module>
  79. <module>healthy-service</module>
  80. <module>healthy-push</module>
  81. <module>healthy-data</module>
  82. <module>healthy-common-model</module>
  83. <module>healthy-standard-data</module>
  84. <module>healthy-application-doctor</module>
  85. <module>healthy-application-patient</module>
  86. <module>healthy-mdt</module>
  87. <module>healthy-drug</module>
  88. <module>healthy-crm</module>
  89. </modules>
  90. </project>