pom.xml 4.1 KB

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