pom.xml 888 Bytes
<?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>card-saas</artifactId>
        <groupId>cn.wisenergy.sc.card</groupId>
        <version>0.0.1-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>
    <artifactId>saas-payment</artifactId>
    <modules>
        <module>payment-api</module>
        <module>payment-common</module>
        <module>payment-domain</module>
        <module>payment-ali</module>
        <module>payment-core</module>
        <module>payment-wx</module>
        <module>payment-cmb</module>
<!--        <module>payment-business</module>-->
    </modules>

</project>