pom.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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.ywt</groupId>
  8. <artifactId>ywt-parent</artifactId>
  9. <version>1.0.0-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>ywt-platform-outpatient-parent</artifactId>
  12. <version>1.0.0-SNAPSHOT</version>
  13. <packaging>pom</packaging>
  14. <properties>
  15. <service.version>1.0.0-SNAPSHOT</service.version>
  16. <anytxn-biz-common.version>1.0.0-SNAPSHOT</anytxn-biz-common.version>
  17. <commons-csv.version>1.6</commons-csv.version>
  18. <java-jwt.version>3.9.0</java-jwt.version>
  19. <ywt-platform-outpatient-base.version>1.0.0-SNAPSHOT</ywt-platform-outpatient-base.version>
  20. <ywt-platform-msg-base.version>1.0.0-SNAPSHOT</ywt-platform-msg-base.version>
  21. <ywt-platform-outpatient-common.version>1.0.0-SNAPSHOT</ywt-platform-outpatient-common.version>
  22. <ywt-platform-baseservice-base.version>1.0.0-SNAPSHOT</ywt-platform-baseservice-base.version>
  23. <ywt-platform-pay-base.version>1.0.0-SNAPSHOT</ywt-platform-pay-base.version>
  24. <ywt-platform-internethospital-base.version>1.0.0-SNAPSHOT</ywt-platform-internethospital-base.version>
  25. <ywt-platform-prescription-base.version>1.0.0-SNAPSHOT</ywt-platform-prescription-base.version>
  26. <ywt-platform-order-base.version>1.0.0-SNAPSHOT</ywt-platform-order-base.version>
  27. <ywt-biz-common.version>1.0.0-SNAPSHOT</ywt-biz-common.version>
  28. <slf4j-simple.version>1.7.32</slf4j-simple.version>
  29. </properties>
  30. <modules>
  31. <module>ywt-platform-outpatient-common</module>
  32. <module>ywt-platform-outpatient-base</module>
  33. <module>ywt-platform-outpatient-sdk</module>
  34. <module>ywt-platform-outpatient-web</module>
  35. <module>ywt-platform-outpatient-rpc</module>
  36. <module>consumer</module>
  37. <module>ywt-platform-outpatient-batch</module>
  38. </modules>
  39. <dependencyManagement>
  40. <dependencies>
  41. <dependency>
  42. <groupId>com.ywt</groupId>
  43. <artifactId>ywt-platform-outpatient-sdk</artifactId>
  44. <version>${service.version}</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.ywt</groupId>
  48. <artifactId>ywt-platform-outpatient-base</artifactId>
  49. <version>${ywt-platform-outpatient-base.version}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.ywt</groupId>
  53. <artifactId>ywt-platform-msg-base</artifactId>
  54. <version>${ywt-platform-msg-base.version}</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.ywt</groupId>
  58. <artifactId>ywt-platform-outpatient-common</artifactId>
  59. <version>${ywt-platform-outpatient-common.version}</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.ywt</groupId>
  63. <artifactId>ywt-platform-baseservice-base</artifactId>
  64. <version>${ywt-platform-baseservice-base.version}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.ywt</groupId>
  68. <artifactId>ywt-platform-pay-base</artifactId>
  69. <version>${ywt-platform-pay-base.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.ywt</groupId>
  73. <artifactId>ywt-platform-internethospital-base</artifactId>
  74. <version>${ywt-platform-internethospital-base.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.ywt</groupId>
  78. <artifactId>ywt-platform-prescription-base</artifactId>
  79. <version>${ywt-platform-prescription-base.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.ywt</groupId>
  83. <artifactId>ywt-platform-order-base</artifactId>
  84. <version>${ywt-platform-order-base.version}</version>
  85. </dependency>
  86. <!-- common 引入-->
  87. <dependency>
  88. <groupId>com.ywt</groupId>
  89. <artifactId>ywt-biz-common</artifactId>
  90. <version>${ywt-biz-common.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.ywt</groupId>
  94. <artifactId>ywt-platform-outpatient-web</artifactId>
  95. <version>${service.version}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.ywt</groupId>
  99. <artifactId>ywt-platform-outpatient-rpc</artifactId>
  100. <version>${service.version}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.ywt</groupId>
  104. <artifactId>anytxn-biz-common</artifactId>
  105. <version>${anytxn-biz-common.version}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.apache.commons</groupId>
  109. <artifactId>commons-csv</artifactId>
  110. <version>${commons-csv.version}</version>
  111. </dependency>
  112. <!-- https://mvnrepository.com/artifact/com.auth0/java-jwt -->
  113. <dependency>
  114. <groupId>com.auth0</groupId>
  115. <artifactId>java-jwt</artifactId>
  116. <version>${java-jwt.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.slf4j</groupId>
  120. <artifactId>slf4j-simple</artifactId>
  121. <version>${slf4j-simple.version}</version>
  122. </dependency>
  123. </dependencies>
  124. </dependencyManagement>
  125. <dependencies>
  126. <dependency>
  127. <groupId>org.springframework.cloud</groupId>
  128. <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
  129. <version>2.2.10.RELEASE</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.ywt</groupId>
  133. <artifactId>ywt-biz-common</artifactId>
  134. <version>${ywt-biz-common.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.projectlombok</groupId>
  138. <artifactId>lombok</artifactId>
  139. </dependency>
  140. <!--logback 引入-->
  141. <dependency>
  142. <groupId>ch.qos.logback</groupId>
  143. <artifactId>logback-classic</artifactId>
  144. </dependency>
  145. <!-- jdbc 驱动引入-->
  146. <dependency>
  147. <groupId>mysql</groupId>
  148. <artifactId>mysql-connector-java</artifactId>
  149. </dependency>
  150. </dependencies>
  151. </project>