pom.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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>com.yeepay.yop</groupId>
  87. <artifactId>yop-java-sdk</artifactId>
  88. <version>3.2.25-jdk18json</version>
  89. <scope>system</scope>
  90. <systemPath>
  91. ${project.basedir}/libs/yop-java-sdk-3.2.25-jdk18json.jar</systemPath>
  92. </dependency>
  93. <dependency>
  94. <groupId>
  95. com.huifu.adapay.core</groupId>
  96. <artifactId>adapay-core-sdk</artifactId>
  97. <version>
  98. 1.2.10</version>
  99. </dependency>
  100. <!-- https://mvnrepository.com/artifact/com.huifu.adapay/adapay-java-sdk -->
  101. <dependency>
  102. <groupId>com.huifu.adapay</groupId>
  103. <artifactId>
  104. adapay-java-sdk</artifactId>
  105. <version>1.2.10</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>
  109. org.apache.commons</groupId>
  110. <artifactId>commons-email</artifactId>
  111. <version>1.5</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>
  115. org.springframework.cloud</groupId>
  116. <artifactId>
  117. spring-cloud-starter-openfeign</artifactId>
  118. </dependency>
  119. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  120. <dependency>
  121. <groupId>
  122. io.github.openfeign.form</groupId>
  123. <artifactId>feign-form-spring</artifactId>
  124. <version>
  125. 2.0.5</version>
  126. </dependency>
  127. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  128. <dependency>
  129. <groupId>io.github.openfeign.form</groupId>
  130. <artifactId>
  131. feign-form-spring</artifactId>
  132. <version>2.0.5</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>
  136. com.ksyun</groupId>
  137. <artifactId>ks3-kss-java-sdk</artifactId>
  138. <version>0.8.14</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.alipay.sdk</groupId>
  142. <artifactId>alipay-sdk-java</artifactId>
  143. <version>4.35.154.ALL</version>
  144. </dependency>
  145. </dependencies>
  146. </project>