pom.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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-common</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.dw</groupId>
  17. <artifactId>healthy-data-serve-framework</artifactId>
  18. <version>${project.version}</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.xxh.cloud</groupId>
  22. <artifactId>healthy-serve-label-client</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.xxh.cloud</groupId>
  26. <artifactId>healthy-scale-client</artifactId>
  27. </dependency>
  28. <!-- flow -->
  29. <dependency>
  30. <groupId>com.xxh.cloud</groupId>
  31. <artifactId>xx-flow-execute-client-api</artifactId>
  32. <version>1.0.0</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.xxh.cloud</groupId>
  36. <artifactId>xx-flow-executor-flow</artifactId>
  37. <version>1.0.0</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.baomidou</groupId>
  41. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  42. </dependency>
  43. </dependencies>
  44. </project>