pom.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. <groupId>com.xxh.cloud</groupId>
  6. <artifactId>healthy-scale</artifactId>
  7. <version>1.0.0</version>
  8. </parent>
  9. <artifactId>healthy-scale-framework</artifactId>
  10. <dependencies>
  11. <dependency>
  12. <groupId>com.xxh.cloud</groupId>
  13. <artifactId>xx-config-framework</artifactId>
  14. </dependency>
  15. <dependency>
  16. <groupId>com.xxh.cloud</groupId>
  17. <artifactId>xx-config-mybatisplus</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.xxh.cloud</groupId>
  21. <artifactId>healthy-third-client-api</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.xxh.cloud</groupId>
  25. <artifactId>healthy-basic-client-api</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.xxh.cloud</groupId>
  29. <artifactId>healthy-scale-client</artifactId>
  30. <version>${project.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.xxh.cloud</groupId>
  34. <artifactId>metadata-client-api</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.xxh.cloud</groupId>
  38. <artifactId>healthy-doctor-data-client</artifactId>
  39. <version>${project.version}</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.xxh.cloud</groupId>
  43. <artifactId>xx-config-activemq</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.xxh.cloud</groupId>
  47. <artifactId>healthy-common-model</artifactId>
  48. <version>${project.version}</version>
  49. </dependency>
  50. </dependencies>
  51. </project>