pom.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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.keao.edu</groupId>
  30. <artifactId>edu-util</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.timevale</groupId>
  34. <artifactId>tech-sdk</artifactId>
  35. <version>2.1.20</version>
  36. <scope>system</scope>
  37. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.timevale</groupId>
  41. <artifactId>smUtil</artifactId>
  42. <version>1.0</version>
  43. <scope>system</scope>
  44. <systemPath>${project.basedir}/libs/smUtil-1.0.jar</systemPath>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.timevale</groupId>
  48. <artifactId>tgtext</artifactId>
  49. <version>3.2.14</version>
  50. <scope>system</scope>
  51. <systemPath>${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.timevale</groupId>
  55. <artifactId>utils</artifactId>
  56. <version>3.0.6</version>
  57. <scope>system</scope>
  58. <systemPath>${project.basedir}/libs/utils-3.0.6.jar</systemPath>
  59. </dependency>
  60. <dependency>
  61. <groupId>cfca.sadk</groupId>
  62. <artifactId>cfca.sadk</artifactId>
  63. <version>1.0.0</version>
  64. <scope>system</scope>
  65. <systemPath>${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
  66. </dependency>
  67. <dependency>
  68. <groupId>adapay</groupId>
  69. <artifactId>adapay-java-sdk</artifactId>
  70. <version>1.1.1</version>
  71. <scope>system</scope>
  72. <systemPath>${project.basedir}/libs/adapay-java-sdk-1.1.1.jar
  73. </systemPath>
  74. </dependency>
  75. <dependency>
  76. <groupId>adapay.core</groupId>
  77. <artifactId>adapay-core-sdk</artifactId>
  78. <version>1.1.1</version>
  79. <scope>system</scope>
  80. <systemPath>${project.basedir}/libs/adapay-core-sdk-1.1.1.jar
  81. </systemPath>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.eclipse.paho</groupId>
  85. <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
  86. <version>1.2.0</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.springframework.cloud</groupId>
  90. <artifactId>spring-cloud-starter-openfeign</artifactId>
  91. </dependency>
  92. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  93. <dependency>
  94. <groupId>io.github.openfeign.form</groupId>
  95. <artifactId>feign-form-spring</artifactId>
  96. <version>2.0.5</version>
  97. </dependency>
  98. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  99. <dependency>
  100. <groupId>io.github.openfeign.form</groupId>
  101. <artifactId>feign-form-spring</artifactId>
  102. <version>2.0.5</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.baidu.aip</groupId>
  106. <artifactId>java-sdk</artifactId>
  107. <version>4.12.0</version>
  108. </dependency>
  109. </dependencies>
  110. </project>