pom.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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-drug</artifactId>
  9. <version>1.0.0</version>
  10. </parent>
  11. <artifactId>healthy-drug-framework</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>xx-config-framework</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.xxh.cloud</groupId>
  24. <artifactId>xx-config-mybatisplus</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.xxh.cloud</groupId>
  28. <artifactId>healthy-basic-common-constant</artifactId>
  29. <version>${project.version}</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.xxh.cloud</groupId>
  33. <artifactId>healthy-doctor-data-client</artifactId>
  34. <version>${project.version}</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.xxh.cloud.dw</groupId>
  38. <artifactId>healthy-data-serve-client</artifactId>
  39. <version>${project.version}</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.xxh.cloud</groupId>
  43. <artifactId>customer-user-client-api</artifactId>
  44. <version>${project.version}</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.xxh.cloud</groupId>
  48. <artifactId>healthy-serve-pushServe-client</artifactId>
  49. <version>${project.version}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.xxh.cloud</groupId>
  53. <artifactId>metadata-client-api</artifactId>
  54. <version>1.0.0.wb</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.xuxueli</groupId>
  58. <artifactId>xxl-job-core</artifactId>
  59. </dependency>
  60. </dependencies>
  61. </project>