pom.xml 8.3 KB

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