pom.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. </dependency>
  22. <dependency>
  23. <groupId>com.aliyun.oss</groupId>
  24. <artifactId>
  25. aliyun-sdk-oss</artifactId>
  26. <version>2.8.3</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>
  30. com.timevale</groupId>
  31. <artifactId>tech-sdk</artifactId>
  32. <version>2.1.20</version>
  33. <scope>
  34. system</scope>
  35. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  36. </dependency>
  37. <dependency>
  38. <groupId>
  39. com.timevale</groupId>
  40. <artifactId>smUtil</artifactId>
  41. <version>1.0</version>
  42. <scope>system</scope>
  43. <systemPath>
  44. ${project.basedir}/libs/smUtil-1.0.jar</systemPath>
  45. </dependency>
  46. <dependency>
  47. <groupId>
  48. com.timevale</groupId>
  49. <artifactId>tgtext</artifactId>
  50. <version>3.2.14</version>
  51. <scope>system</scope>
  52. <systemPath>
  53. ${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
  54. </dependency>
  55. <dependency>
  56. <groupId>
  57. com.timevale</groupId>
  58. <artifactId>utils</artifactId>
  59. <version>3.0.6</version>
  60. <scope>system</scope>
  61. <systemPath>
  62. ${project.basedir}/libs/utils-3.0.6.jar</systemPath>
  63. </dependency>
  64. <dependency>
  65. <groupId>
  66. cfca.sadk</groupId>
  67. <artifactId>cfca.sadk</artifactId>
  68. <version>1.0.0</version>
  69. <scope>system</scope>
  70. <systemPath>
  71. ${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
  72. </dependency>
  73. <dependency>
  74. <groupId>
  75. com.huifu.adapay.core</groupId>
  76. <artifactId>adapay-core-sdk</artifactId>
  77. <version>
  78. 1.2.10</version>
  79. </dependency>
  80. <!-- https://mvnrepository.com/artifact/com.huifu.adapay/adapay-java-sdk -->
  81. <dependency>
  82. <groupId>com.huifu.adapay</groupId>
  83. <artifactId>
  84. adapay-java-sdk</artifactId>
  85. <version>1.2.10</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>
  89. org.apache.commons</groupId>
  90. <artifactId>commons-email</artifactId>
  91. <version>1.5</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>
  95. org.springframework.cloud</groupId>
  96. <artifactId>
  97. spring-cloud-starter-openfeign</artifactId>
  98. </dependency>
  99. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  100. <dependency>
  101. <groupId>
  102. io.github.openfeign.form</groupId>
  103. <artifactId>feign-form-spring</artifactId>
  104. <version>
  105. 2.0.5</version>
  106. </dependency>
  107. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  108. <dependency>
  109. <groupId>io.github.openfeign.form</groupId>
  110. <artifactId>
  111. feign-form-spring</artifactId>
  112. <version>2.0.5</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>
  116. com.ksyun</groupId>
  117. <artifactId>ks3-kss-java-sdk</artifactId>
  118. <version>0.8.14</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>com.yeepay.yop.sdk</groupId>
  122. <artifactId>
  123. yop-java-sdk-crypto-inter</artifactId>
  124. <version>${yop-java-sdk.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>
  128. com.yeepay.yop.sdk</groupId>
  129. <artifactId>yop-java-sdk-crypto-gm</artifactId>
  130. <version>
  131. ${yop-java-sdk.version}</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.yeepay.yop.sdk</groupId>
  135. <artifactId>yop-java-sdk-biz</artifactId>
  136. <version>4.3.3</version>
  137. </dependency>
  138. </dependencies>
  139. </project>