pom.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.yonge.toolset</groupId>
  8. <artifactId>toolset</artifactId>
  9. <version>1.0</version>
  10. </parent>
  11. <groupId>com.yonge.toolset</groupId>
  12. <artifactId>thirdparty-component</artifactId>
  13. <version>1.0</version>
  14. <name>thirdparty-component</name>
  15. <url>http://maven.apache.org</url>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.yonge.toolset</groupId>
  22. <artifactId>utils</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.aliyun.oss</groupId>
  26. <artifactId>aliyun-sdk-oss</artifactId>
  27. <version>2.8.3</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.apache.commons</groupId>
  31. <artifactId>commons-email</artifactId>
  32. <version>1.5</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.cloud</groupId>
  36. <artifactId>spring-cloud-starter-openfeign</artifactId>
  37. </dependency>
  38. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  39. <dependency>
  40. <groupId>io.github.openfeign.form</groupId>
  41. <artifactId>feign-form-spring</artifactId>
  42. </dependency>
  43. <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
  44. <dependency>
  45. <groupId>io.github.openfeign.form</groupId>
  46. <artifactId>feign-form-spring</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.ksyun</groupId>
  50. <artifactId>ks3-kss-java-sdk</artifactId>
  51. <version>0.8.14</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.timevale</groupId>
  55. <artifactId>tech-sdk</artifactId>
  56. <version>2.1.20</version>
  57. <scope>system</scope>
  58. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  59. </dependency>
  60. </dependencies>
  61. </project>