<?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>
        <groupId>com.xinqiyi</groupId>
        <artifactId>xinqiyi-spring-boot-starter-api</artifactId>
        <version>3.2.3-RELEASE</version>
        <relativePath/>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
    <groupId>com.xinqiyi.oms-wharf</groupId>
    <artifactId>xinqiyi-oms-wharf-api</artifactId>
    <version>2.1.0-SNAPSHOT</version>

    <properties>

    </properties>

    <dependencies>
        <dependency>
            <groupId>com.xinqiyi.oms-wharf</groupId>
            <artifactId>xinqiyi-oms-wharf-model-dto</artifactId>
            <version>${xinqiyi.app.version}</version>
        </dependency>
    </dependencies>
    <build>

    </build>
</project>