pom.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <artifactId>mec</artifactId>
  7. <groupId>com.ym</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <properties>
  11. <yop-java-sdk.version>4.3.3</yop-java-sdk.version>
  12. </properties>
  13. <artifactId>mec-thirdparty</artifactId>
  14. <name>mec-thirdparty</name>
  15. <!-- FIXME change it to the project's website -->
  16. <url>http://www.example.com</url>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.ym</groupId>
  20. <artifactId>mec-util</artifactId>
  21. <exclusions>
  22. <exclusion>
  23. <groupId>bouncycastle</groupId>
  24. <artifactId>bcprov-jdk14</artifactId>
  25. </exclusion>
  26. <exclusion>
  27. <groupId>
  28. org.bouncycastle</groupId>
  29. <artifactId>bctsp-jdk14</artifactId>
  30. </exclusion>
  31. </exclusions>
  32. </dependency>
  33. <dependency>
  34. <groupId>
  35. com.aliyun.oss</groupId>
  36. <artifactId>
  37. aliyun-sdk-oss</artifactId>
  38. <version>2.8.3</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>
  42. com.timevale</groupId>
  43. <artifactId>tech-sdk</artifactId>
  44. <version>2.1.20</version>
  45. <scope>
  46. system</scope>
  47. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  48. </dependency>
  49. <dependency>
  50. <groupId>
  51. com.timevale</groupId>
  52. <artifactId>smUtil</artifactId>
  53. <version>1.0</version>
  54. <scope>system</scope>
  55. <systemPath>
  56. ${project.basedir}/libs/smUtil-1.0.jar</systemPath>
  57. </dependency>
  58. <dependency>
  59. <groupId>
  60. com.timevale</groupId>
  61. <artifactId>tgtext</artifactId>
  62. <version>3.2.14</version>
  63. <scope>system</scope>
  64. <systemPath>
  65. ${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
  66. </dependency>
  67. <dependency>
  68. <groupId>
  69. com.timevale</groupId>
  70. <artifactId>utils</artifactId>
  71. <version>3.0.6</version>
  72. <scope>system</scope>
  73. <systemPath>
  74. ${project.basedir}/libs/utils-3.0.6.jar</systemPath>
  75. </dependency>
  76. <dependency>
  77. <groupId>
  78. cfca.sadk</groupId>
  79. <artifactId>cfca.sadk</artifactId>
  80. <version>1.0.0</version>
  81. <scope>system</scope>
  82. <systemPath>
  83. ${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
  84. </dependency>
  85. <dependency>
  86. <groupId>
  87. com.huifu.adapay.core</groupId>
  88. <artifactId>adapay-core-sdk</artifactId>
  89. <version>
  90. 1.2.10</version>
  91. </dependency>
  92. <!-- https://mvnrepository.com/artifact/com.huifu.adapay/adapay-java-sdk -->
  93. <dependency>
  94. <groupId>com.huifu.adapay</groupId>
  95. <artifactId>
  96. adapay-java-sdk</artifactId>
  97. <version>1.2.10</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>
  101. org.apache.commons</groupId>
  102. <artifactId>commons-email</artifactId>
  103. <version>1.5</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>
  107. org.springframework.cloud</groupId>
  108. <artifactId>
  109. spring-cloud-starter-openfeign</artifactId>
  110. </dependency>
  111. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  112. <dependency>
  113. <groupId>
  114. io.github.openfeign.form</groupId>
  115. <artifactId>feign-form-spring</artifactId>
  116. <version>
  117. 2.0.5</version>
  118. </dependency>
  119. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  120. <dependency>
  121. <groupId>io.github.openfeign.form</groupId>
  122. <artifactId>
  123. feign-form-spring</artifactId>
  124. <version>2.0.5</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>
  128. com.ksyun</groupId>
  129. <artifactId>ks3-kss-java-sdk</artifactId>
  130. <version>0.8.14</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>
  134. com.yeepay.yop.sdk</groupId>
  135. <artifactId>
  136. yop-java-sdk-crypto-inter</artifactId>
  137. <version>${yop-java-sdk.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>
  141. com.yeepay.yop.sdk</groupId>
  142. <artifactId>yop-java-sdk-crypto-gm</artifactId>
  143. <version>
  144. ${yop-java-sdk.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>
  148. com.yeepay.yop.sdk</groupId>
  149. <artifactId>yop-java-sdk-biz</artifactId>
  150. <version>4.3.3</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>com.alipay.sdk</groupId>
  154. <artifactId>alipay-sdk-java</artifactId>
  155. <version>4.35.154.ALL</version>
  156. </dependency>
  157. </dependencies>
  158. </project>