pom.xml 953 Bytes
<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>
        <groupId>com.zhzf.fpj.xcx</groupId>
        <artifactId>core-buiness</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </parent>
    <artifactId>core-buiness-demo</artifactId>
    <name>core-buiness</name>
    <description>core-buiness-demo 业务代码的输出</description>
    <packaging>pom</packaging>

    <modules>
        <module>buiness-service-demo</module>
        <module>buiness-dao-demo</module>
    </modules>

    <dependencies>
        <dependency>
            <groupId>com.zhzf.fpj.xcx</groupId>
            <artifactId>common-fk-base</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>

</project>