pom.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.keao.edu</groupId>
  8. <artifactId>edu-saas</artifactId>
  9. <version>1.0</version>
  10. </parent>
  11. <artifactId>edu-thirdparty</artifactId>
  12. <name>edu-thirdparty</name>
  13. <url>http://maven.apache.org</url>
  14. <properties>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>org.springframework</groupId>
  20. <artifactId>spring-context</artifactId>
  21. <scope>compile</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.aliyun.oss</groupId>
  25. <artifactId>aliyun-sdk-oss</artifactId>
  26. <version>2.8.3</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.qiniu</groupId>
  30. <artifactId>qiniu-java-sdk</artifactId>
  31. <version>7.2.29</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.keao.edu</groupId>
  35. <artifactId>edu-util</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.timevale</groupId>
  39. <artifactId>tech-sdk</artifactId>
  40. <version>2.1.20</version>
  41. <scope>system</scope>
  42. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.timevale</groupId>
  46. <artifactId>smUtil</artifactId>
  47. <version>1.0</version>
  48. <scope>system</scope>
  49. <systemPath>${project.basedir}/libs/smUtil-1.0.jar</systemPath>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.timevale</groupId>
  53. <artifactId>tgtext</artifactId>
  54. <version>3.2.14</version>
  55. <scope>system</scope>
  56. <systemPath>${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.timevale</groupId>
  60. <artifactId>utils</artifactId>
  61. <version>3.0.6</version>
  62. <scope>system</scope>
  63. <systemPath>${project.basedir}/libs/utils-3.0.6.jar</systemPath>
  64. </dependency>
  65. <dependency>
  66. <groupId>cfca.sadk</groupId>
  67. <artifactId>cfca.sadk</artifactId>
  68. <version>1.0.0</version>
  69. <scope>system</scope>
  70. <systemPath>${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
  71. </dependency>
  72. <dependency>
  73. <groupId>adapay</groupId>
  74. <artifactId>adapay-java-sdk</artifactId>
  75. <version>1.1.3</version>
  76. <scope>system</scope>
  77. <systemPath>${project.basedir}/libs/adapay-java-sdk-1.1.3.jar
  78. </systemPath>
  79. </dependency>
  80. <dependency>
  81. <groupId>adapay.core</groupId>
  82. <artifactId>adapay-core-sdk</artifactId>
  83. <version>1.1.3</version>
  84. <scope>system</scope>
  85. <systemPath>${project.basedir}/libs/adapay-core-sdk-1.1.3.jar
  86. </systemPath>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.eclipse.paho</groupId>
  90. <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
  91. <version>1.2.0</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.springframework.cloud</groupId>
  95. <artifactId>spring-cloud-starter-openfeign</artifactId>
  96. </dependency>
  97. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  98. <dependency>
  99. <groupId>io.github.openfeign.form</groupId>
  100. <artifactId>feign-form-spring</artifactId>
  101. <version>2.0.5</version>
  102. </dependency>
  103. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  104. <dependency>
  105. <groupId>io.github.openfeign.form</groupId>
  106. <artifactId>feign-form-spring</artifactId>
  107. <version>2.0.5</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.baidu.aip</groupId>
  111. <artifactId>java-sdk</artifactId>
  112. <version>4.12.0</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.ksyun</groupId>
  116. <artifactId>ks3-kss-java-sdk</artifactId>
  117. <version>0.8.14</version>
  118. </dependency>
  119. </dependencies>
  120. </project>