pom.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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-engine</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-engine-execute</artifactId>
  10. <packaging>jar</packaging>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. </properties>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.xxh.cloud</groupId>
  17. <artifactId>xx-config-framework</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.xxh.cloud</groupId>
  21. <artifactId>xx-config-mybatisplus</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.xxh.cloud.dw</groupId>
  25. <artifactId>health-data-engine-common</artifactId>
  26. <version>${project.version}</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.xxh.cloud.dw</groupId>
  30. <artifactId>healthy-data-serve-framework</artifactId>
  31. <version>${project.version}</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.xxh.cloud</groupId>
  35. <artifactId>log-manager-client</artifactId>
  36. </dependency>
  37. <!-- datalabel exe -->
  38. <dependency>
  39. <groupId>com.xxh.cloud</groupId>
  40. <artifactId>xxh-datalabel-executor-client</artifactId>
  41. <version>1.0.0</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.xxh.cloud</groupId>
  45. <artifactId>xxh-datalabel-executor-framework</artifactId>
  46. <version>1.0.0</version>
  47. </dependency>
  48. <!-- flow exe -->
  49. <dependency>
  50. <groupId>com.xxh.cloud</groupId>
  51. <artifactId>xx-flow-execute-client-api</artifactId>
  52. <version>1.0.0</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.xxh.cloud</groupId>
  56. <artifactId>xx-flow-execute-framework</artifactId>
  57. <version>1.0.0</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.xxh.cloud</groupId>
  61. <artifactId>xx-flow-executor-flow</artifactId>
  62. <version>1.0.0</version>
  63. </dependency>
  64. <!-- metadata -->
  65. <dependency>
  66. <groupId>com.xxh.cloud</groupId>
  67. <artifactId>metadata-common</artifactId>
  68. <version>${xx.metadata.version}</version>
  69. </dependency>
  70. <!-- label -->
  71. <dependency>
  72. <groupId>com.xxh.cloud</groupId>
  73. <artifactId>healthy-serve-label-client</artifactId>
  74. </dependency>
  75. <!-- pushServe -->
  76. <dependency>
  77. <groupId>com.xxh.cloud</groupId>
  78. <artifactId>healthy-serve-pushServe-client</artifactId>
  79. </dependency>
  80. <!-- pushTask -->
  81. <dependency>
  82. <groupId>com.xxh.cloud</groupId>
  83. <artifactId>healthy-serve-pushTask-client</artifactId>
  84. </dependency>
  85. <!-- risk -->
  86. <dependency>
  87. <groupId>com.xxh.cloud</groupId>
  88. <artifactId>healthy-serve-risk-client</artifactId>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.xxh.cloud</groupId>
  92. <artifactId>healthy-common-model</artifactId>
  93. <version>1.0.0</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.xxh.cloud.dw</groupId>
  97. <artifactId>health-data-engine-client</artifactId>
  98. <version>1.0.0</version>
  99. </dependency>
  100. </dependencies>
  101. </project>