<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c)  2019. binbin.hou Inc.
  ~ bean-mapping All rights reserved.
  -->

<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>bean-mapping</artifactId>
        <groupId>com.github.houbb</groupId>
        <version>0.0.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>bean-mapping-test</artifactId>
    <description>The test module for bean mapping, do not import.</description>

    <dependencies>
        <!--============================== OTHER ==============================-->
        <dependency>
            <groupId>com.github.houbb</groupId>
            <artifactId>bean-mapping-core</artifactId>
        </dependency>

        <!--============================== OTHER ==============================-->
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-engine</artifactId>
        </dependency>
    </dependencies>

</project>