<?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>
        <artifactId>huieryun-mq</artifactId>
        <groupId>com.dtyunxi.huieryun</groupId>
        <version>1.1.8.2-ENERGY-RELEASE</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>huieryun-mq-rabbit</artifactId>
    <dependencies>
        <!-- rabbitMq依赖包 -->
        <dependency>
            <groupId>com.rabbitmq</groupId>
            <artifactId>amqp-client</artifactId>
        </dependency>

        <dependency>
            <groupId>com.dtyunxi.huieryun</groupId>
            <artifactId>huieryun-mqapi</artifactId>
        </dependency>
    </dependencies>
</project>