pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. <module>ywt-platform-outpatient-taihe-rpc</module>
  39. </modules>
  40. <dependencyManagement>
  41. <dependencies>
  42. <dependency>
  43. <groupId>com.ywt</groupId>
  44. <artifactId>ywt-platform-outpatient-sdk</artifactId>
  45. <version>${service.version}</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.ywt</groupId>
  49. <artifactId>ywt-platform-outpatient-base</artifactId>
  50. <version>${ywt-platform-outpatient-base.version}</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.ywt</groupId>
  54. <artifactId>ywt-platform-msg-base</artifactId>
  55. <version>${ywt-platform-msg-base.version}</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.ywt</groupId>
  59. <artifactId>ywt-platform-outpatient-common</artifactId>
  60. <version>${ywt-platform-outpatient-common.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.ywt</groupId>
  64. <artifactId>ywt-platform-baseservice-base</artifactId>
  65. <version>${ywt-platform-baseservice-base.version}</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.ywt</groupId>
  69. <artifactId>ywt-platform-pay-base</artifactId>
  70. <version>${ywt-platform-pay-base.version}</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.ywt</groupId>
  74. <artifactId>ywt-platform-internethospital-base</artifactId>
  75. <version>${ywt-platform-internethospital-base.version}</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.ywt</groupId>
  79. <artifactId>ywt-platform-prescription-base</artifactId>
  80. <version>${ywt-platform-prescription-base.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.ywt</groupId>
  84. <artifactId>ywt-platform-order-base</artifactId>
  85. <version>${ywt-platform-order-base.version}</version>
  86. </dependency>
  87. <!-- common 引入-->
  88. <dependency>
  89. <groupId>com.ywt</groupId>
  90. <artifactId>ywt-biz-common</artifactId>
  91. <version>${ywt-biz-common.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.ywt</groupId>
  95. <artifactId>ywt-platform-outpatient-web</artifactId>
  96. <version>${service.version}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.ywt</groupId>
  100. <artifactId>ywt-platform-outpatient-rpc</artifactId>
  101. <version>${service.version}</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>com.ywt</groupId>
  105. <artifactId>anytxn-biz-common</artifactId>
  106. <version>${anytxn-biz-common.version}</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.apache.commons</groupId>
  110. <artifactId>commons-csv</artifactId>
  111. <version>${commons-csv.version}</version>
  112. </dependency>
  113. <!-- https://mvnrepository.com/artifact/com.auth0/java-jwt -->
  114. <dependency>
  115. <groupId>com.auth0</groupId>
  116. <artifactId>java-jwt</artifactId>
  117. <version>${java-jwt.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.slf4j</groupId>
  121. <artifactId>slf4j-simple</artifactId>
  122. <version>${slf4j-simple.version}</version>
  123. </dependency>
  124. </dependencies>
  125. </dependencyManagement>
  126. <dependencies>
  127. <dependency>
  128. <groupId>com.ywt</groupId>
  129. <artifactId>ywt-biz-common</artifactId>
  130. <version>${ywt-biz-common.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.projectlombok</groupId>
  134. <artifactId>lombok</artifactId>
  135. </dependency>
  136. <!--logback 引入-->
  137. <dependency>
  138. <groupId>ch.qos.logback</groupId>
  139. <artifactId>logback-classic</artifactId>
  140. </dependency>
  141. <!-- jdbc 驱动引入-->
  142. <dependency>
  143. <groupId>mysql</groupId>
  144. <artifactId>mysql-connector-java</artifactId>
  145. </dependency>
  146. </dependencies>
  147. </project>