pom.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. <parent>
  6. <artifactId>zd-modules</artifactId>
  7. <groupId>com.zd</groupId>
  8. <version>3.1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>zd-chemical</artifactId>
  12. <packaging>jar</packaging>
  13. <description>化学品服务</description>
  14. <dependencies>
  15. <!-- SpringCloud Alibaba Nacos -->
  16. <dependency>
  17. <groupId>com.alibaba.cloud</groupId>
  18. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  19. </dependency>
  20. <!-- SpringCloud Alibaba Nacos Config -->
  21. <dependency>
  22. <groupId>com.alibaba.cloud</groupId>
  23. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  24. </dependency>
  25. <!-- SpringCloud Alibaba Sentinel -->
  26. <dependency>
  27. <groupId>com.alibaba.cloud</groupId>
  28. <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
  29. </dependency>
  30. <!-- SpringBoot Actuator -->
  31. <dependency>
  32. <groupId>org.springframework.boot</groupId>
  33. <artifactId>spring-boot-starter-actuator</artifactId>
  34. </dependency>
  35. <!-- Mysql Connector -->
  36. <dependency>
  37. <groupId>mysql</groupId>
  38. <artifactId>mysql-connector-java</artifactId>
  39. </dependency>
  40. <!-- zd Common DataSource -->
  41. <!--<dependency>
  42. <groupId>com.zd</groupId>
  43. <artifactId>zd-common-datasource</artifactId>
  44. </dependency>-->
  45. <!-- zd Common DataScope -->
  46. <!--<dependency>
  47. <groupId>com.zd</groupId>
  48. <artifactId>zd-common-datascope</artifactId>
  49. <exclusions>
  50. <exclusion>
  51. <groupId>org.springframework</groupId>
  52. <artifactId>spring-webmvc</artifactId>
  53. </exclusion>
  54. </exclusions>
  55. </dependency>-->
  56. <!-- zd Common Log -->
  57. <!--<dependency>
  58. <groupId>com.zd</groupId>
  59. <artifactId>zd-common-log</artifactId>
  60. </dependency>-->
  61. <!-- zd Common Swagger -->
  62. <dependency>
  63. <groupId>com.zd</groupId>
  64. <artifactId>zd-common-swagger</artifactId>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.zd.core</groupId>
  68. <artifactId>common-core</artifactId>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.zd.algorithm</groupId>
  72. <artifactId>zd-algorithm-api</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.zd.laboratory</groupId>
  76. <artifactId>zd-laboratory-api</artifactId>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.zd.base</groupId>
  80. <artifactId>zd-base-api</artifactId>
  81. </dependency>
  82. <!--<dependency>
  83. <groupId>org.springframework.boot</groupId>
  84. <artifactId>spring-boot-starter-test</artifactId>
  85. <scope>test</scope>
  86. <exclusions>
  87. <exclusion>
  88. <groupId>org.junit.vintage</groupId>
  89. <artifactId>junit-vintage-engine</artifactId>
  90. </exclusion>
  91. </exclusions>
  92. </dependency>-->
  93. <!-- 四医大短信依赖包 -->
  94. <dependency>
  95. <groupId>commons-codec</groupId>
  96. <artifactId>commons-codec</artifactId>
  97. <version>1.4</version>
  98. <scope>system</scope>
  99. <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/commons-codec-1.4.jar</systemPath>
  100. </dependency>
  101. <dependency>
  102. <groupId>commons-io</groupId>
  103. <artifactId>commons-io</artifactId>
  104. <version>1.3.2</version>
  105. <scope>system</scope>
  106. <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/commons-io-1.3.2.jar</systemPath>
  107. </dependency>
  108. <dependency>
  109. <groupId>commons-pool</groupId>
  110. <artifactId>commons-pool</artifactId>
  111. <version>1.5.4</version>
  112. <scope>system</scope>
  113. <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/commons-pool-1.5.4.jar</systemPath>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.xuanwu.ump</groupId>
  117. <artifactId>postmsg</artifactId>
  118. <version>5.3.0.0</version>
  119. <scope>system</scope>
  120. <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/postmsg-ump-5.3.0.0.jar</systemPath>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.google.protobuf</groupId>
  124. <artifactId>protobuf-java</artifactId>
  125. <version>2.4.1</version>
  126. <scope>system</scope>
  127. <systemPath>${project.basedir}/src/main/resources/libs/sms-syd/protobuf-java-2.4.1.jar</systemPath>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.codehaus.woodstox</groupId>
  131. <artifactId>stax2-api</artifactId>
  132. <version>3.1.4</version>
  133. <scope>system</scope>
  134. <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/stax2-api-3.1.4.jar</systemPath>
  135. </dependency>
  136. <dependency>
  137. <groupId>xpp3</groupId>
  138. <artifactId>xpp3_min</artifactId>
  139. <version>1.1.4c</version>
  140. <scope>system</scope>
  141. <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/xpp3_min-1.1.4c.jar</systemPath>
  142. </dependency>
  143. <dependency>
  144. <groupId>com.thoughtworks.xstream</groupId>
  145. <artifactId>com.springsource.com.thoughtworks.xstream</artifactId>
  146. <!--<groupId>com.thoughtworks.xstream</groupId>
  147. <artifactId>com.springsource.com.thoughtworks.xstream</artifactId>-->
  148. <version>1.3.1</version>
  149. <scope>system</scope>
  150. <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/xstream-1.3.1.jar</systemPath>
  151. </dependency>
  152. <!-- 四医大短信依赖包 -->
  153. </dependencies>
  154. <build>
  155. <finalName>${project.artifactId}</finalName>
  156. <plugins>
  157. <plugin>
  158. <groupId>org.springframework.boot</groupId>
  159. <artifactId>spring-boot-maven-plugin</artifactId>
  160. <configuration>
  161. <includeSystemScope>true</includeSystemScope>
  162. <fork>true</fork>
  163. </configuration>
  164. <executions>
  165. <execution>
  166. <goals>
  167. <goal>repackage</goal>
  168. </goals>
  169. </execution>
  170. </executions>
  171. </plugin>
  172. <!-- 打包时跳过test插件,不运行test测试用例 -->
  173. <plugin>
  174. <groupId>org.apache.maven.plugins</groupId>
  175. <artifactId>maven-surefire-plugin</artifactId>
  176. <version>${maven-surefire-plugin.version}</version>
  177. <configuration>
  178. <skipTests>true</skipTests>
  179. </configuration>
  180. </plugin>
  181. </plugins>
  182. </build>
  183. </project>