pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <artifactId>xx-rule-java</artifactId>
  6. <groupId>com.xxh.cloud</groupId>
  7. <version>1.0.0</version>
  8. </parent>
  9. <artifactId>rule-run</artifactId>
  10. <packaging>jar</packaging>
  11. <properties>
  12. <maven.compiler.source>8</maven.compiler.source>
  13. <maven.compiler.target>8</maven.compiler.target>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. <user.version>1.0.0</user.version>
  16. <healthy.version>1.0.0</healthy.version>
  17. </properties>
  18. <dependencies>
  19. <!-- xx -->
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-maven-plugin</artifactId>
  23. <version>2.7.5</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.xxh.cloud</groupId>
  27. <artifactId>xx-config-web</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.xxh.cloud</groupId>
  31. <artifactId>xx-config-mybatisplus</artifactId>
  32. </dependency>
  33. <!-- 平台用户管理 -->
  34. <dependency>
  35. <groupId>com.xxh.cloud</groupId>
  36. <artifactId>user-application-sys-api</artifactId>
  37. <version>${user.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.xxh.cloud</groupId>
  41. <artifactId>user-manager-sys-api</artifactId>
  42. <version>${user.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.xxh.cloud</groupId>
  46. <artifactId>user-application-com-api</artifactId>
  47. <version>${user.version}</version>
  48. </dependency>
  49. <!-- 机构用户管理 -->
  50. <!-- 客户用户管理 -->
  51. <dependency>
  52. <groupId>com.xxh.cloud</groupId>
  53. <artifactId>customer-user-application-api</artifactId>
  54. <version>${user.version}</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.xxh.cloud</groupId>
  58. <artifactId>customer-user-manager-sys-api</artifactId>
  59. <version>${user.version}</version>
  60. </dependency>
  61. <!-- basic -->
  62. <dependency>
  63. <groupId>com.xxh.cloud</groupId>
  64. <artifactId>basic-application-api</artifactId>
  65. <version>${user.version}</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.xxh.cloud</groupId>
  69. <artifactId>basic-manager-sys-api</artifactId>
  70. <version>${user.version}</version>
  71. </dependency>
  72. <!-- log -->
  73. <dependency>
  74. <groupId>com.xxh.cloud</groupId>
  75. <artifactId>log-manager-api</artifactId>
  76. <version>${user.version}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.xxh.cloud</groupId>
  80. <artifactId>log-framework</artifactId>
  81. <version>${user.version}</version>
  82. </dependency>
  83. <!-- store file -->
  84. <dependency>
  85. <groupId>com.xxh.cloud</groupId>
  86. <artifactId>store-file-framework</artifactId>
  87. <version>${user.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.xxh.cloud</groupId>
  91. <artifactId>store-file-manager-api</artifactId>
  92. <version>${user.version}</version>
  93. </dependency>
  94. <!-- metadata -->
  95. <dependency>
  96. <groupId>com.xxh.cloud</groupId>
  97. <artifactId>metadata-manager-web</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.xxh.cloud</groupId>
  101. <artifactId>xxh-union-data-manager-web</artifactId>
  102. <version>${project.version}</version>
  103. </dependency>
  104. <!--rule-->
  105. <dependency>
  106. <groupId>com.xxh.cloud</groupId>
  107. <artifactId>xx-rule-config-manager-sys-api</artifactId>
  108. <version>${project.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.xxh.cloud</groupId>
  112. <artifactId>xx-flow-execute-manager-api</artifactId>
  113. <version>${project.version}</version>
  114. </dependency>
  115. <!-- <dependency>-->
  116. <!-- <groupId>com.xxh.cloud</groupId>-->
  117. <!-- <artifactId>xxh-meta-rule-common</artifactId>-->
  118. <!-- <version>${project.version}</version>-->
  119. <!-- </dependency>-->
  120. <!-- healthy-basic -->
  121. <dependency>
  122. <groupId>com.xxh.cloud</groupId>
  123. <artifactId>healthy-basic-web-manager-api</artifactId>
  124. <version>${healthy.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.xxh.cloud</groupId>
  128. <artifactId>healthy-basic-common-constant</artifactId>
  129. <version>${healthy.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.xxh.cloud</groupId>
  133. <artifactId>healthy-scale-manager-sys-api</artifactId>
  134. <version>${healthy.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.xxh.cloud</groupId>
  138. <artifactId>healthy-data-application-api</artifactId>
  139. <version>${project.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.xxh.cloud</groupId>
  143. <artifactId>healthy-data-manager-api</artifactId>
  144. <version>${project.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.xxh.cloud</groupId>
  148. <artifactId>healthy-service-manager-com-api</artifactId>
  149. <version>${project.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.xxh.cloud</groupId>
  153. <artifactId>healthy-mdt-application-api</artifactId>
  154. <version>${project.version}</version>
  155. </dependency>
  156. <!-- data label config -->
  157. <dependency>
  158. <groupId>com.xxh.cloud</groupId>
  159. <artifactId>xxh-datalabel-config-manager-web</artifactId>
  160. <version>${project.version}</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>com.xxh.cloud</groupId>
  164. <artifactId>xxh-datalabel-executor-manager-web</artifactId>
  165. <version>${project.version}</version>
  166. </dependency>
  167. <!--behavior -->
  168. <dependency>
  169. <groupId>com.xxh.cloud</groupId>
  170. <artifactId>health-behavior-application-api</artifactId>
  171. <version>${project.version}</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>com.xxh.cloud</groupId>
  175. <artifactId>healthy-basic-web-application-api</artifactId>
  176. <version>${project.version}</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>com.xxh.cloud</groupId>
  180. <artifactId>healthy-scale-application-api</artifactId>
  181. <version>${project.version}</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>com.xxh.cloud</groupId>
  185. <artifactId>healthy-service-application-api</artifactId>
  186. <version>${project.version}</version>
  187. </dependency>
  188. <!-- crm 是否删除-->
  189. <dependency>
  190. <groupId>com.xxh.cloud</groupId>
  191. <artifactId>healthy-doctor-crm-framework</artifactId>
  192. <version>${project.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>com.xxh.cloud</groupId>
  196. <artifactId>healthy-doctor-crm-api</artifactId>
  197. <version>${project.version}</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>com.xxh.cloud</groupId>
  201. <artifactId>healthy-doctor-crm-client</artifactId>
  202. <version>${project.version}</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>com.baomidou</groupId>
  206. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  207. </dependency>
  208. <dependency>
  209. <groupId>com.xxh.cloud</groupId>
  210. <artifactId>healthy-common-model</artifactId>
  211. <version>1.0.0</version>
  212. </dependency>
  213. <!-- -->
  214. <dependency>
  215. <groupId>com.xxh.cloud.dw</groupId>
  216. <artifactId>health-data-manager-web</artifactId>
  217. <version>1.0.0</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>com.xxh.cloud.dw</groupId>
  221. <artifactId>health-data-application-api</artifactId>
  222. <version>1.0.0</version>
  223. </dependency>
  224. <!-- rule -->
  225. <dependency>
  226. <groupId>com.xxh.cloud.dw</groupId>
  227. <artifactId>health-data-engine-execute</artifactId>
  228. <version>1.0.0</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>com.xxh.cloud</groupId>
  232. <artifactId>healthy-doctor-data</artifactId>
  233. <version>1.0.0</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>com.xxh.cloud.dw</groupId>
  237. <artifactId>health-data-run-manager-api</artifactId>
  238. <version>1.0.0</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>com.xxh.cloud</groupId>
  242. <artifactId>healthy-crm-web</artifactId>
  243. <version>${project.version}</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>com.xxh.cloud.data.statistics</groupId>
  247. <artifactId>xxh-data-statistics-mgr-web</artifactId>
  248. <version>1.0.0</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>com.xxh.cloud.inspur</groupId>
  252. <artifactId>xxh-inspur-admin-web</artifactId>
  253. <version>1.0.0</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>com.xxh.cloud.inspur</groupId>
  257. <artifactId>xxh-inspur-customer-web</artifactId>
  258. <version>1.0.0</version>
  259. </dependency>
  260. </dependencies>
  261. <build>
  262. <finalName>xx-health</finalName>
  263. <plugins>
  264. <plugin>
  265. <groupId>org.springframework.boot</groupId>
  266. <artifactId>spring-boot-maven-plugin</artifactId>
  267. <version>2.7.5</version>
  268. <executions>
  269. <execution>
  270. <goals>
  271. <goal>repackage</goal>
  272. </goals>
  273. </execution>
  274. </executions>
  275. </plugin>
  276. </plugins>
  277. </build>
  278. </project>