pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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>warehouse</artifactId>
  7. <groupId>com.hys.app</groupId>
  8. <version>7.2.2</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>module-erp</artifactId>
  12. <repositories>
  13. <repository>
  14. <id>github</id>
  15. <url>https://maven.pkg.github.com/davidmoten/amazon-sp-api</url>
  16. <snapshots>
  17. <enabled>true</enabled>
  18. </snapshots>
  19. </repository>
  20. <!-- <repository>-->
  21. <!-- <id>jitpack.io</id>-->
  22. <!-- <url>https://jitpack.io</url>-->
  23. <!-- </repository>-->
  24. </repositories>
  25. <dependencies>
  26. <dependency>
  27. <groupId>com.hys.app</groupId>
  28. <artifactId>framework</artifactId>
  29. <version>${erp-version}</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.jetbrains</groupId>
  33. <artifactId>annotations</artifactId>
  34. <version>RELEASE</version>
  35. <scope>compile</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.alipay.sdk</groupId>
  39. <artifactId>alipay-sdk-java</artifactId>
  40. <version>4.38.0.ALL</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.github.wechatpay-apiv3</groupId>
  44. <artifactId>wechatpay-java</artifactId>
  45. <version>0.2.12</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.github.binarywang</groupId>
  49. <artifactId>weixin-java-pay</artifactId>
  50. <version>4.6.2.B</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.github.wxpay</groupId>
  54. <artifactId>wxpay-sdk</artifactId>
  55. <version> 0.0.3</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.aliyun</groupId>
  59. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  60. <version>2.0.0</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.aliyun</groupId>
  64. <artifactId>alibabacloud-dm20151123</artifactId>
  65. <version>1.0.16</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.sun.mail</groupId>
  69. <artifactId>javax.mail</artifactId>
  70. <version>1.6.2</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>javax.activation</groupId>
  74. <artifactId>activation</artifactId>
  75. <version>1.1.1</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.google.code.gson</groupId>
  79. <artifactId>gson</artifactId>
  80. <version>2.8.6</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.aliyun</groupId>
  84. <artifactId>dysmsapi20170525</artifactId>
  85. <version>2.0.24</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.github.binarywang</groupId>
  89. <artifactId>weixin-java-mp</artifactId>
  90. <version>4.3.0</version>
  91. </dependency>
  92. <!-- <dependency>-->
  93. <!-- <groupId>software.amazon.awssdk</groupId>-->
  94. <!-- <artifactId>sdk-core</artifactId>-->
  95. <!-- <version>2.17.89</version>-->
  96. <!-- </dependency>-->
  97. <!-- <dependency>-->
  98. <!-- <groupId>software.amazon.awssdk</groupId>-->
  99. <!-- <artifactId>mws</artifactId>-->
  100. <!-- <version>2.17.89</version>-->
  101. <!-- </dependency>-->
  102. <!-- <dependency>-->
  103. <!-- <groupId>com.amazonservices.mws.orders</groupId>-->
  104. <!-- <artifactId>mws-orders-api</artifactId>-->
  105. <!-- <version>2013-09-01</version>-->
  106. <!-- </dependency>-->
  107. <!-- <dependency>-->
  108. <!-- <groupId>com.amazonaws</groupId>-->
  109. <!-- <artifactId>aws-java-sdk</artifactId>-->
  110. <!-- <version>1.11.1000</version>-->
  111. <!-- </dependency>-->
  112. <!-- <dependency>-->
  113. <!-- <groupId>com.amazonservices.mws.orders</groupId>-->
  114. <!-- <artifactId>mws-orders-api</artifactId>-->
  115. <!-- <version>2013-09-01</version>-->
  116. <!-- </dependency>-->
  117. <!-- <dependency>-->
  118. <!-- <groupId>com.amazonservices.mws.products</groupId>-->
  119. <!-- <artifactId>mws-products-api</artifactId>-->
  120. <!-- <version>2011-10-01</version>-->
  121. <!-- </dependency>-->
  122. <!-- <dependency>-->
  123. <!-- <groupId>com.amazonservices.mws.inventory</groupId>-->
  124. <!-- <artifactId>mws-inventory-api</artifactId>-->
  125. <!-- <version>2010-10-01</version>-->
  126. <!-- </dependency>-->
  127. <!-- <dependency>-->
  128. <!-- <groupId>org.apache.httpcomponents</groupId>-->
  129. <!-- <artifactId>httpclient</artifactId>-->
  130. <!-- <version>4.5.13</version>-->
  131. <!-- </dependency>-->
  132. <!-- &lt;!&ndash; Jackson for JSON processing &ndash;&gt;-->
  133. <!-- <dependency>-->
  134. <!-- <groupId>com.fasterxml.jackson.core</groupId>-->
  135. <!-- <artifactId>jackson-databind</artifactId>-->
  136. <!-- <version>2.12.3</version>-->
  137. <!-- </dependency>-->
  138. <!-- &lt;!&ndash; AWS SDK for signing requests &ndash;&gt;-->
  139. <!-- <dependency>-->
  140. <!-- <groupId>software.amazon.awssdk</groupId>-->
  141. <!-- <artifactId>auth</artifactId>-->
  142. <!-- <version>2.16.77</version>-->
  143. <!-- </dependency>-->
  144. <!-- <dependency>-->
  145. <!-- <groupId>io.github.davidmoten</groupId>-->
  146. <!-- <artifactId>amazon-sp-api</artifactId>-->
  147. <!-- <version>2.1.60</version>-->
  148. <!-- </dependency>-->
  149. <dependency>
  150. <groupId>com.amazon</groupId>
  151. <artifactId>sp-api</artifactId>
  152. <version>1.0.0</version>
  153. <scope>system</scope>
  154. <systemPath>${project.basedir}/libs/amazon-sp-api-1.0.0-SNAPSHOT.jar</systemPath>
  155. </dependency>
  156. </dependencies>
  157. </project>