Raincat/happylifeplat-transaction-tx-sample/happylifeplat-transaction-tx-springcloud-sample/pom.xml
2017-09-12 14:52:07 +08:00

21 lines
882 B
XML

<?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>happylifeplat-transaction-tx-sample</artifactId>
<groupId>com.happylifeplat.transaction</groupId>
<version>1.0.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>happylifeplat-transaction-tx-springcloud-sample</artifactId>
<packaging>pom</packaging>
<modules>
<module>happylifeplat-transaction-tx-springcloud-sample-pay</module>
<module>happylifeplat-transaction-tx-springcloud-sample-alipay</module>
<module>happylifeplat-transaction-tx-springcloud-sample-wechat</module>
</modules>
</project>