| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0"?>
- <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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>com.yonge.toolset</groupId>
- <artifactId>toolset</artifactId>
- <version>1.0</version>
- </parent>
- <groupId>com.yonge.toolset</groupId>
- <artifactId>thirdparty-component</artifactId>
- <version>1.0</version>
- <name>thirdparty-component</name>
- <url>http://maven.apache.org</url>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.yonge.toolset</groupId>
- <artifactId>utils</artifactId>
- </dependency>
- <dependency>
- <groupId>com.aliyun.oss</groupId>
- <artifactId>aliyun-sdk-oss</artifactId>
- <version>2.8.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-email</artifactId>
- <version>1.5</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-starter-openfeign</artifactId>
- </dependency>
- <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
- <dependency>
- <groupId>io.github.openfeign.form</groupId>
- <artifactId>feign-form-spring</artifactId>
- </dependency>
- <!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
- <dependency>
- <groupId>io.github.openfeign.form</groupId>
- <artifactId>feign-form-spring</artifactId>
- </dependency>
- <dependency>
- <groupId>com.ksyun</groupId>
- <artifactId>ks3-kss-java-sdk</artifactId>
- <version>0.8.14</version>
- </dependency>
-
- <dependency>
- <groupId>com.timevale</groupId>
- <artifactId>tech-sdk</artifactId>
- <version>2.1.20</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
- </dependency>
- </dependencies>
- </project>
|