<?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>
    <parent>
        <groupId>com.dtyunxi.cube</groupId>
        <artifactId>yundt-cube-starter</artifactId>
        <version>2.5.1-RELEASE</version>
    </parent>
    <artifactId>cube-starter-bundle</artifactId>
    <dependencies>
        <dependency>
            <groupId>com.dtyunxi.huieryun</groupId>
            <artifactId>huieryun-dao</artifactId>
        </dependency>
        <dependency>
            <groupId>com.dtyunxi.cube</groupId>
            <artifactId>cube-starter-mq</artifactId>
        </dependency>
        <dependency>
            <groupId>com.dtyunxi.cube.starter</groupId>
            <artifactId>cube-notifier-starter</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-openfeign-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.github.openfeign</groupId>
            <artifactId>feign-hystrix</artifactId>
        </dependency>
        <!-- liquibase 依赖 begin-->
        <dependency>
            <groupId>org.liquibase</groupId>
            <artifactId>liquibase-core</artifactId>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
        </dependency>
        <dependency>
            <groupId>io.swagger</groupId>
            <artifactId>swagger-annotations</artifactId>
        </dependency>
        <!-- liquibase 依赖 end-->

        <dependency>
            <groupId>com.dtyunxi.cube.starter</groupId>
            <artifactId>cube-code-enhance-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-model</artifactId>
            <version>3.6.3</version>
        </dependency>
        <dependency>
            <groupId>com.dtyunxi.cube.starter</groupId>
            <artifactId>cube-notifier-api</artifactId>
            <version>2.5.1-RELEASE</version>
        </dependency>

    </dependencies>

</project>