<?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">
    <modelVersion>4.0.0</modelVersion>

    <artifactId>zw-statistic-api</artifactId>

    <parent>
        <artifactId>zw-statistic-center</artifactId>
        <groupId>com.izhaowo.cloud</groupId>
        <version>1.0.0-new-SNAPSHOT</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>com.izhaowo.cloud</groupId>
            <artifactId>zw-starter-assembly</artifactId>
        </dependency>
        <dependency>
            <groupId>com.izhaowo.cloud</groupId>
            <artifactId>zw-starter-commonfeign</artifactId>
        </dependency>
        <dependency>
            <groupId>com.izhaowo.cloud</groupId>
            <artifactId>banquet-api</artifactId>
            <version>1.0.0-new-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.izhaowo.cloud</groupId>
            <artifactId>zw-adviser-api</artifactId>
            <version>1.0.1-new-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
        <!--<dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
        </dependency>-->
        <dependency>
            <groupId>com.izhaowo.cloud</groupId>
            <artifactId>zw-starter-opencore</artifactId>
        </dependency>
    </dependencies>
</project>
