<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.github.atool</groupId>
        <artifactId>fluent-parent</artifactId>
        <version>1.0.4</version>
    </parent>
    <groupId>org.test4j</groupId>
    <artifactId>fluent-dbtest-parent</artifactId>
    <version>1.0.0</version>
    <packaging>pom</packaging>
    <name>fluent db test parent</name>
    <description>fluent db test parent</description>

    <developers>
        <developer>
            <id>davey.wu</id>
            <name>darui.wu</name>
            <email>darui.wu@163.com</email>
        </developer>
    </developers>
    <modules>
        <module>database-dep</module>
        <module>fluent-dbtest</module>
    </modules>
</project>