pom.xml 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <artifactId>poyee</artifactId>
  7. <groupId>com.poyee</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <groupId>com.poyee</groupId>
  11. <artifactId>poyee-pay</artifactId>
  12. <version>1.0.0</version>
  13. <name>支付</name>
  14. <description>poyee-pay</description>
  15. <properties>
  16. <java.version>1.8</java.version>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>org.springframework.boot</groupId>
  21. <artifactId>spring-boot-starter-web</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-validation</artifactId>
  26. </dependency>
  27. <!--<dependency>
  28. <groupId>org.springframework.boot</groupId>
  29. <artifactId>spring-boot-starter</artifactId>
  30. </dependency>-->
  31. <dependency>
  32. <groupId>org.springframework.boot</groupId>
  33. <artifactId>spring-boot-starter-test</artifactId>
  34. <scope>test</scope>
  35. </dependency>
  36. <!-- 热更新-->
  37. <!--<dependency>
  38. <groupId>org.springframework.boot</groupId>
  39. <artifactId>spring-boot-devtools</artifactId>
  40. </dependency>-->
  41. <!-- swagger2-->
  42. <dependency>
  43. <groupId>io.springfox</groupId>
  44. <artifactId>springfox-swagger2</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>io.springfox</groupId>
  48. <artifactId>springfox-swagger-ui</artifactId>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.github.xiaoymin</groupId>
  52. <artifactId>swagger-bootstrap-ui</artifactId>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.projectlombok</groupId>
  56. <artifactId>lombok</artifactId>
  57. <optional>true</optional>
  58. </dependency>
  59. <!--io常用工具类 -->
  60. <dependency>
  61. <groupId>commons-io</groupId>
  62. <artifactId>commons-io</artifactId>
  63. <version>${commons.io.version}</version>
  64. </dependency>
  65. <!--微信支付 -->
  66. <dependency>
  67. <groupId>com.github.wxpay</groupId>
  68. <artifactId>wxpay-sdk</artifactId>
  69. <version>0.0.3</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.github.wechatpay-apiv3</groupId>
  73. <artifactId>wechatpay-java</artifactId>
  74. <version>0.2.12</version>
  75. <exclusions>
  76. <exclusion>
  77. <groupId>com.squareup.okhttp3</groupId>
  78. <artifactId>okhttp</artifactId>
  79. </exclusion>
  80. </exclusions>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.bouncycastle</groupId>
  84. <artifactId>bcprov-jdk15on</artifactId>
  85. <version>1.60</version>
  86. </dependency>
  87. <!-- https://mvnrepository.com/artifact/org.jasypt/jasypt -->
  88. <dependency>
  89. <groupId>org.jasypt</groupId>
  90. <artifactId>jasypt</artifactId>
  91. <version>1.9.3</version>
  92. </dependency>
  93. <!--支付宝支付-->
  94. <dependency>
  95. <groupId>com.alipay.sdk</groupId>
  96. <artifactId>alipay-sdk-java</artifactId>
  97. <version>4.16.50.ALL</version>
  98. </dependency>
  99. <!--河马付-->
  100. <dependency>
  101. <groupId>cn.com.sand</groupId>
  102. <artifactId>hmpay-sdk</artifactId>
  103. <version>1.1.4</version>
  104. <scope>system</scope>
  105. <systemPath>${project.basedir}/src/main/resources/lib/hmpay-sdk-1.1.4.jar</systemPath>
  106. </dependency>
  107. <!--汇付-->
  108. <dependency>
  109. <groupId>com.huifu.adapay</groupId>
  110. <artifactId>adapay-core-sdk</artifactId>
  111. <version>1.2.10</version>
  112. <scope>system</scope>
  113. <systemPath>${project.basedir}/src/main/resources/lib/adapay-core-sdk-1.2.10.jar</systemPath>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.huifu.adapay</groupId>
  117. <artifactId>adapay-core-sdk-sources</artifactId>
  118. <version>1.2.10</version>
  119. <scope>system</scope>
  120. <systemPath>${project.basedir}/src/main/resources/lib/adapay-core-sdk-1.2.10-sources.jar</systemPath>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.huifu.adapay</groupId>
  124. <artifactId>adapay-java-sdk</artifactId>
  125. <version>1.2.10</version>
  126. <scope>system</scope>
  127. <systemPath>${project.basedir}/src/main/resources/lib/adapay-java-sdk-1.2.10.jar</systemPath>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.huifu.adapay</groupId>
  131. <artifactId>adapay-java-sdk-sources</artifactId>
  132. <version>1.2.10</version>
  133. <scope>system</scope>
  134. <systemPath>${project.basedir}/src/main/resources/lib/adapay-java-sdk-1.2.10-sources.jar</systemPath>
  135. </dependency>
  136. <!-- 支付宝国际sdk -->
  137. <dependency>
  138. <groupId>com.interpay.sdk</groupId>
  139. <artifactId>interpay-sdk</artifactId>
  140. <version>1.1.0</version>
  141. <scope>system</scope>
  142. <systemPath>${project.basedir}/src/main/resources/lib/interpay-sdk-1.0-SNAPSHOT.jar</systemPath>
  143. </dependency>
  144. <!-- 银联商务-沈阳sdk -->
  145. <dependency>
  146. <groupId>com.jeequan.jeepay</groupId>
  147. <artifactId>pay-sdk-java</artifactId>
  148. <version>1.5.0</version>
  149. <scope>system</scope>
  150. <systemPath>${project.basedir}/src/main/resources/lib/pay-sdk-java-1.5.0.jar</systemPath>
  151. </dependency>
  152. <!--sftp-->
  153. <dependency>
  154. <groupId>org.lucee</groupId>
  155. <artifactId>jsch</artifactId>
  156. <version>0.1.55</version>
  157. </dependency>
  158. <!-- logback fluentd -->
  159. <dependency>
  160. <groupId>org.codehaus.janino</groupId>
  161. <artifactId>janino</artifactId>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.sndyuk</groupId>
  165. <artifactId>logback-more-appenders</artifactId>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.fluentd</groupId>
  169. <artifactId>fluent-logger</artifactId>
  170. </dependency>
  171. <!-- actuator -->
  172. <dependency>
  173. <groupId>org.springframework.boot</groupId>
  174. <artifactId>spring-boot-starter-actuator</artifactId>
  175. </dependency>
  176. <dependency>
  177. <groupId>com.poyee</groupId>
  178. <artifactId>poyee-base</artifactId>
  179. </dependency>
  180. <dependency>
  181. <groupId>com.poyee</groupId>
  182. <artifactId>poyee-system</artifactId>
  183. </dependency>
  184. <dependency>
  185. <groupId>io.micrometer</groupId>
  186. <artifactId>micrometer-registry-prometheus</artifactId>
  187. </dependency>
  188. </dependencies>
  189. <build>
  190. <plugins>
  191. <plugin>
  192. <groupId>org.springframework.boot</groupId>
  193. <artifactId>spring-boot-maven-plugin</artifactId>
  194. <version>2.1.1.RELEASE</version>
  195. <configuration>
  196. <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
  197. <includeSystemScope>true</includeSystemScope>
  198. </configuration>
  199. <executions>
  200. <execution>
  201. <goals>
  202. <goal>repackage</goal>
  203. </goals>
  204. </execution>
  205. </executions>
  206. </plugin>
  207. <plugin>
  208. <groupId>org.apache.maven.plugins</groupId>
  209. <artifactId>maven-war-plugin</artifactId>
  210. <version>3.0.0</version>
  211. <configuration>
  212. <failOnMissingWebXml>false</failOnMissingWebXml>
  213. <warName>${project.artifactId}</warName>
  214. </configuration>
  215. </plugin>
  216. </plugins>
  217. <finalName>${project.artifactId}</finalName>
  218. </build>
  219. </project>