<?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.starter</groupId>
        <artifactId>cube-starter-notifier</artifactId>
        <version>2.5.1-RELEASE</version>
    </parent>
    <artifactId>cube-notifier-starter</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.dtyunxi.cube</groupId>
            <artifactId>cube-starter-mq</artifactId>
        </dependency>
        <dependency>
            <groupId>com.alibaba.nacos</groupId>
            <artifactId>nacos-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.alibaba.csp</groupId>
            <artifactId>sentinel-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.dtyunxi.cube.starter</groupId>
            <artifactId>cube-notifier-api</artifactId>
            <version>${project.parent.version}</version>
        </dependency>
    </dependencies>

</project>