pom.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.keao.edu</groupId>
  7. <artifactId>edu-saas</artifactId>
  8. <version>1.0</version>
  9. </parent>
  10. <artifactId>edu-thirdparty</artifactId>
  11. <name>edu-thirdparty</name>
  12. <url>http://maven.apache.org</url>
  13. <properties>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>org.springframework</groupId>
  19. <artifactId>spring-context</artifactId>
  20. <scope>compile</scope>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.aliyun.oss</groupId>
  24. <artifactId>aliyun-sdk-oss</artifactId>
  25. <version>2.8.3</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.keao.edu</groupId>
  29. <artifactId>edu-util</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.timevale</groupId>
  33. <artifactId>tech-sdk</artifactId>
  34. <version>2.1.20</version>
  35. <scope>system</scope>
  36. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.timevale</groupId>
  40. <artifactId>smUtil</artifactId>
  41. <version>1.0</version>
  42. <scope>system</scope>
  43. <systemPath>${project.basedir}/libs/smUtil-1.0.jar</systemPath>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.timevale</groupId>
  47. <artifactId>tgtext</artifactId>
  48. <version>3.2.14</version>
  49. <scope>system</scope>
  50. <systemPath>${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.timevale</groupId>
  54. <artifactId>utils</artifactId>
  55. <version>3.0.6</version>
  56. <scope>system</scope>
  57. <systemPath>${project.basedir}/libs/utils-3.0.6.jar</systemPath>
  58. </dependency>
  59. <dependency>
  60. <groupId>cfca.sadk</groupId>
  61. <artifactId>cfca.sadk</artifactId>
  62. <version>1.0.0</version>
  63. <scope>system</scope>
  64. <systemPath>${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
  65. </dependency>
  66. <dependency>
  67. <groupId>adapay</groupId>
  68. <artifactId>adapay-java-sdk</artifactId>
  69. <version>1.0.2</version>
  70. <scope>system</scope>
  71. <systemPath>${project.basedir}/libs/adapay-java-sdk-1.0.2.jar
  72. </systemPath>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.eclipse.paho</groupId>
  76. <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
  77. <version>1.2.0</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework.cloud</groupId>
  81. <artifactId>spring-cloud-starter-openfeign</artifactId>
  82. </dependency>
  83. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  84. <dependency>
  85. <groupId>io.github.openfeign.form</groupId>
  86. <artifactId>feign-form-spring</artifactId>
  87. <version>2.0.5</version>
  88. </dependency>
  89. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  90. <dependency>
  91. <groupId>io.github.openfeign.form</groupId>
  92. <artifactId>feign-form-spring</artifactId>
  93. <version>2.0.5</version>
  94. </dependency>
  95. </dependencies>
  96. </project>