| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
- 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
- 	<modelVersion>4.0.0</modelVersion>
 
- 	<parent>
 
- 		<artifactId>mec</artifactId>
 
- 		<groupId>com.ym</groupId>
 
- 		<version>1.0</version>
 
- 	</parent>
 
- 	<properties>
 
- 		<yop-java-sdk.version>4.3.3</yop-java-sdk.version>
 
- 	</properties>
 
- 	<artifactId>mec-thirdparty</artifactId>
 
- 	<name>mec-thirdparty</name>
 
- 	<!-- FIXME change it to the project's website -->
 
- 	<url>http://www.example.com</url>
 
- 	<dependencies>
 
- 		<dependency>
 
- 			<groupId>com.ym</groupId>
 
- 			<artifactId>mec-util</artifactId>
 
- 			
 
- 			<exclusions>
 
- 				<exclusion>
 
- 					<groupId>bouncycastle</groupId>
 
- 					<artifactId>bcprov-jdk14</artifactId>
 
- 				</exclusion>
 
- 				<exclusion>
 
- 					<groupId>
 
- 						org.bouncycastle</groupId>
 
-   					<artifactId>bctsp-jdk14</artifactId>
 
- 				</exclusion>
 
- 			</exclusions>
 
- 		</dependency>
 
- 		<dependency>
 
- 			<groupId>
 
- 				com.aliyun.oss</groupId>
 
- 			<artifactId>
 
- 				aliyun-sdk-oss</artifactId>
 
- 			<version>2.8.3</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>
 
- 		
 
- 		<dependency>
 
- 			<groupId>
 
- 				com.timevale</groupId>
 
- 			<artifactId>smUtil</artifactId>
 
- 			<version>1.0</version>
 
- 			<scope>system</scope>
 
- 			<systemPath>
 
- 				${project.basedir}/libs/smUtil-1.0.jar</systemPath>
 
- 		</dependency>
 
- 		
 
- 		<dependency>
 
- 			<groupId>
 
- 				com.timevale</groupId>
 
- 			<artifactId>tgtext</artifactId>
 
- 			<version>3.2.14</version>
 
- 			<scope>system</scope>
 
- 			<systemPath>
 
- 				${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
 
- 		</dependency>
 
- 		
 
- 		<dependency>
 
- 			<groupId>
 
- 				com.timevale</groupId>
 
- 			<artifactId>utils</artifactId>
 
- 			<version>3.0.6</version>
 
- 			<scope>system</scope>
 
- 			<systemPath>
 
- 				${project.basedir}/libs/utils-3.0.6.jar</systemPath>
 
- 		</dependency>
 
- 		<dependency>
 
- 			<groupId>
 
- 				cfca.sadk</groupId>
 
- 			<artifactId>cfca.sadk</artifactId>
 
- 			<version>1.0.0</version>
 
- 			<scope>system</scope>
 
- 			<systemPath>
 
- 				${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
 
- 		</dependency>
 
- <!--
 
- 		<dependency>
 
- 			<groupId>com.yeepay.yop</groupId>
 
- 			<artifactId>yop-java-sdk</artifactId>
 
- 			<version>3.2.25-jdk18json</version>
 
- 			<scope>system</scope>
 
- 			<systemPath>
 
- 				${project.basedir}/libs/yop-java-sdk-3.2.25-jdk18json.jar</systemPath>
 
- 		</dependency>
 
- 		<dependency>
 
- 			<groupId>
 
- 				com.huifu.adapay.core</groupId>
 
- 			<artifactId>adapay-core-sdk</artifactId>
 
- 			<version>
 
- 				1.2.10</version>
 
- 		</dependency>
 
- 		<!– https://mvnrepository.com/artifact/com.huifu.adapay/adapay-java-sdk –>
 
- 		<dependency>
 
- 			<groupId>com.huifu.adapay</groupId>
 
- 			<artifactId>
 
- 				adapay-java-sdk</artifactId>
 
- 			<version>1.2.10</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>
 
- 			<version>
 
- 				2.0.5</version>
 
- 		</dependency>
 
- 		<!-- https://mvnrepository.com/artifact/io.github.openfeign.form/feign-form-spring -->
 
- 		<dependency>
 
- 			<groupId>io.github.openfeign.form</groupId>
 
- 			<artifactId>
 
- 				feign-form-spring</artifactId>
 
- 			<version>2.0.5</version>
 
- 		</dependency>
 
-         
 
- 		<dependency>
 
- 			<groupId>
 
- 				com.ksyun</groupId>
 
- 			<artifactId>ks3-kss-java-sdk</artifactId>
 
- 			<version>0.8.14</version>
 
- 		</dependency>
 
- 		<dependency>
 
- 			<groupId>com.alipay.sdk</groupId>
 
- 			<artifactId>alipay-sdk-java</artifactId>
 
- 			<version>4.35.154.ALL</version>
 
- 		</dependency>
 
- 	</dependencies>
 
- </project>
 
 
  |