<?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>cube-starter-code-enhance</artifactId>
        <groupId>com.dtyunxi.cube.starter</groupId>
        <version>2.5.1-RELEASE</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>cube-code-enhance-domain-event</artifactId>
    <description>领域事件组件</description>

    <dependencies>
        <dependency>
            <groupId>com.dtyunxi.cube</groupId>
            <artifactId>cube-starter-mq</artifactId>
            <version>${cube-base.version}</version>
        </dependency>

        <dependency>
            <groupId>com.dtyunxi.cube.starter</groupId>
            <artifactId>cube-code-enhance-annotation</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>com.dtyunxi.cube</groupId>
            <artifactId>cube-starter-bundle</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.parent.groupId}</groupId>
            <artifactId>cube-code-enhance-api</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>

</project>