pom.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. <artifactId>mec-thirdparty</artifactId>
  11. <name>mec-thirdparty</name>
  12. <!-- FIXME change it to the project's website -->
  13. <url>http://www.example.com</url>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.ym</groupId>
  17. <artifactId>mec-util</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.aliyun.oss</groupId>
  21. <artifactId>aliyun-sdk-oss</artifactId>
  22. <version>2.8.3</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.timevale</groupId>
  26. <artifactId>tech-sdk</artifactId>
  27. <version>2.1.20</version>
  28. <scope>system</scope>
  29. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.timevale</groupId>
  33. <artifactId>smUtil</artifactId>
  34. <version>1.0</version>
  35. <scope>system</scope>
  36. <systemPath>${project.basedir}/libs/smUtil-1.0.jar</systemPath>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.timevale</groupId>
  40. <artifactId>tgtext</artifactId>
  41. <version>3.2.14</version>
  42. <scope>system</scope>
  43. <systemPath>${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.timevale</groupId>
  47. <artifactId>utils</artifactId>
  48. <version>3.0.6</version>
  49. <scope>system</scope>
  50. <systemPath>${project.basedir}/libs/utils-3.0.6.jar</systemPath>
  51. </dependency>
  52. <dependency>
  53. <groupId>cfca.sadk</groupId>
  54. <artifactId>cfca.sadk</artifactId>
  55. <version>1.0.0</version>
  56. <scope>system</scope>
  57. <systemPath>${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
  58. </dependency>
  59. <dependency>
  60. <groupId>adapay</groupId>
  61. <artifactId>adapay-java-sdk</artifactId>
  62. <version>1.1.3</version>
  63. <scope>system</scope>
  64. <systemPath>${project.basedir}/libs/adapay-java-sdk-1.1.3.jar
  65. </systemPath>
  66. </dependency>
  67. <dependency>
  68. <groupId>adapay.core</groupId>
  69. <artifactId>adapay-core-sdk</artifactId>
  70. <version>1.1.3</version>
  71. <scope>system</scope>
  72. <systemPath>${project.basedir}/libs/adapay-core-sdk-1.1.3.jar
  73. </systemPath>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.eclipse.paho</groupId>
  77. <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
  78. <version>1.2.0</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.springframework.cloud</groupId>
  82. <artifactId>spring-cloud-starter-openfeign</artifactId>
  83. </dependency>
  84. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  85. <dependency>
  86. <groupId>io.github.openfeign.form</groupId>
  87. <artifactId>feign-form-spring</artifactId>
  88. <version>2.0.5</version>
  89. </dependency>
  90. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  91. <dependency>
  92. <groupId>io.github.openfeign.form</groupId>
  93. <artifactId>feign-form-spring</artifactId>
  94. <version>2.0.5</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.ksyun</groupId>
  98. <artifactId>ks3-kss-java-sdk</artifactId>
  99. <version>0.8.14</version>
  100. </dependency>
  101. </dependencies>
  102. </project>