pom.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>health-data-run</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-app</artifactId>
  10. <packaging>jar</packaging>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <user.version>1.0.0</user.version>
  14. <healthy.version>1.0.0</healthy.version>
  15. <!-- <rule.version>1.0.0</rule.version>-->
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.xxh.cloud</groupId>
  20. <artifactId>xx-config-web</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.xxh.cloud.dw</groupId>
  24. <artifactId>health-data-run-manager-api</artifactId>
  25. <version>${project.version}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.xxh.cloud.dw</groupId>
  29. <artifactId>health-data-run-consumer</artifactId>
  30. <version>${project.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.xxh.cloud.dw</groupId>
  34. <artifactId>health-data-run-task</artifactId>
  35. <version>${project.version}</version>
  36. </dependency>
  37. <!-- 平台用户管理 -->
  38. <dependency>
  39. <groupId>com.xxh.cloud</groupId>
  40. <artifactId>user-client-api</artifactId>
  41. <version>${user.version}</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.xxh.cloud</groupId>
  45. <artifactId>user-framework</artifactId>
  46. <version>${user.version}</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.xxh.cloud</groupId>
  50. <artifactId>basic-client-api</artifactId>
  51. <version>${user.version}</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.xxh.cloud</groupId>
  55. <artifactId>basic-framework</artifactId>
  56. <version>${user.version}</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.xxh.cloud</groupId>
  60. <artifactId>customer-user-framework</artifactId>
  61. <version>${user.version}</version>
  62. </dependency>
  63. <!-- label -->
  64. <dependency>
  65. <groupId>com.xxh.cloud</groupId>
  66. <artifactId>healthy-serve-label-client</artifactId>
  67. <version>${healthy.version}</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.xxh.cloud</groupId>
  71. <artifactId>healthy-serve-label-framework</artifactId>
  72. <version>${healthy.version}</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.xxh.cloud</groupId>
  76. <artifactId>healthy-basic-label-client</artifactId>
  77. <version>${healthy.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.xxh.cloud</groupId>
  81. <artifactId>healthy-basic-label-framework</artifactId>
  82. <version>${healthy.version}</version>
  83. </dependency>
  84. <!-- article -->
  85. <dependency>
  86. <groupId>com.xxh.cloud</groupId>
  87. <artifactId>healthy-basic-article-framework</artifactId>
  88. <version>${healthy.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.xxh.cloud</groupId>
  92. <artifactId>healthy-basic-article-client</artifactId>
  93. <version>${healthy.version}</version>
  94. </dependency>
  95. <!-- scale -->
  96. <dependency>
  97. <groupId>com.xxh.cloud</groupId>
  98. <artifactId>healthy-scale-framework</artifactId>
  99. <version>${healthy.version}</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.xxh.cloud</groupId>
  103. <artifactId>healthy-scale-client</artifactId>
  104. <version>${healthy.version}</version>
  105. </dependency>
  106. <!--pushServe -->
  107. <dependency>
  108. <groupId>com.xxh.cloud</groupId>
  109. <artifactId>healthy-basic-pushServe-client</artifactId>
  110. <version>${healthy.version}</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.xxh.cloud</groupId>
  114. <artifactId>healthy-serve-pushServe-framework</artifactId>
  115. <version>${healthy.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.xxh.cloud</groupId>
  119. <artifactId>healthy-basic-pushServe-client</artifactId>
  120. <version>${healthy.version}</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.xxh.cloud</groupId>
  124. <artifactId>healthy-basic-pushServe-framework</artifactId>
  125. <version>${healthy.version}</version>
  126. </dependency>
  127. <!-- basic -->
  128. <dependency>
  129. <groupId>com.xxh.cloud</groupId>
  130. <artifactId>healthy-basic-client-api</artifactId>
  131. <version>${healthy.version}</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.xxh.cloud</groupId>
  135. <artifactId>healthy-basic-framework</artifactId>
  136. <version>${healthy.version}</version>
  137. </dependency>
  138. <!-- doctorData -->
  139. <dependency>
  140. <groupId>com.xxh.cloud</groupId>
  141. <artifactId>healthy-doctor-data-client</artifactId>
  142. <version>${healthy.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.xxh.cloud</groupId>
  146. <artifactId>healthy-doctor-data</artifactId>
  147. <version>${healthy.version}</version>
  148. </dependency>
  149. <!-- crm 是否删除-->
  150. <dependency>
  151. <groupId>com.xxh.cloud</groupId>
  152. <artifactId>healthy-doctor-crm-framework</artifactId>
  153. <version>${project.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.xxh.cloud</groupId>
  157. <artifactId>healthy-doctor-crm-client</artifactId>
  158. <version>${project.version}</version>
  159. </dependency>
  160. <!-- new crm-->
  161. <dependency>
  162. <groupId>com.xxh.cloud</groupId>
  163. <artifactId>healthy-crm-framework</artifactId>
  164. <version>${project.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.xxh.cloud</groupId>
  168. <artifactId>healthy-crm-client</artifactId>
  169. <version>${project.version}</version>
  170. </dependency>
  171. <!--mdt-->
  172. <dependency>
  173. <groupId>com.xxh.cloud</groupId>
  174. <artifactId>healthy-mdt-client</artifactId>
  175. <version>${project.version}</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>com.xxh.cloud</groupId>
  179. <artifactId>healthy-mdt-framework</artifactId>
  180. <version>${project.version}</version>
  181. </dependency>
  182. <!-- push task -->
  183. <dependency>
  184. <groupId>com.xxh.cloud</groupId>
  185. <artifactId>healthy-basic-pushTask-client</artifactId>
  186. <version>${project.version}</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>com.xxh.cloud</groupId>
  190. <artifactId>healthy-basic-pushTask-framework</artifactId>
  191. <version>${project.version}</version>
  192. </dependency>
  193. <!-- metadata -->
  194. <dependency>
  195. <groupId>com.xxh.cloud</groupId>
  196. <artifactId>metadata-framework</artifactId>
  197. <version>${xx.metadata.version}</version>
  198. </dependency>
  199. <!-- behavior -->
  200. <dependency>
  201. <groupId>com.xxh.cloud</groupId>
  202. <artifactId>health-behavior-framework</artifactId>
  203. <version>${project.version}</version>
  204. </dependency>
  205. </dependencies>
  206. <build>
  207. <finalName>xx-data</finalName>
  208. <plugins>
  209. <plugin>
  210. <groupId>org.springframework.boot</groupId>
  211. <artifactId>spring-boot-maven-plugin</artifactId>
  212. <version>2.7.5</version>
  213. <executions>
  214. <execution>
  215. <goals>
  216. <goal>repackage</goal>
  217. </goals>
  218. </execution>
  219. </executions>
  220. </plugin>
  221. </plugins>
  222. </build>
  223. </project>