<?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-starters</artifactId>
        <version>2.4.3-RELEASE</version>
    </parent>
    <artifactId>cube-starter-mq</artifactId>
    <name>cube-starter-mq</name>

    <dependencies>
        
        <dependency>
            <groupId>com.dtyunxi.huieryun</groupId>
            <artifactId>huieryun-mqapi</artifactId>
        </dependency>

        <dependency>
            <groupId>com.dtyunxi.huieryun</groupId>
            <artifactId>huieryun-mq-rabbit</artifactId>
        </dependency>

        <dependency>
            <groupId>com.dtyunxi.huieryun</groupId>
            <artifactId>huieryun-mq-rocket</artifactId>
        </dependency>

        <dependency>
            <groupId>com.dtyunxi.huieryun</groupId>
            <artifactId>huieryun-mq-aliyun</artifactId>
        </dependency>

        <dependency>
            <groupId>com.dtyunxi.cube</groupId>
            <artifactId>yundt-cube-utils</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>