#增加#添加富有支付

This commit is contained in:
Fuzx
2017-02-20 10:21:38 +08:00
parent 53d7b034fb
commit 314c39cc3e
7 changed files with 497 additions and 0 deletions

27
pay-java-fuiou/pom.xml Normal file
View File

@@ -0,0 +1,27 @@
<?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">
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>in.egan</groupId>
<version>1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-java-fuiou</artifactId>
<dependencies>
<!-- pay-java -->
<dependency>
<groupId>in.egan</groupId>
<artifactId>pay-java-common</artifactId>
<version>1.0.RELEASE</version>
</dependency>
<!-- /pay-java -->
</dependencies>
</project>