<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>quarkus-messaging-parent</artifactId>
        <groupId>io.quarkus</groupId>
        <version>3.32.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>quarkus-messaging-dev</artifactId>
    <name>Quarkus - Messaging - Runtime Dev mode</name>
    <description>Produce and consume messages and implement event driven and data streaming applications - Dev mode only</description>
    <dependencies>
        <dependency>
            <groupId>io.quarkus</groupId>
            <artifactId>quarkus-messaging</artifactId>
        </dependency>
    </dependencies>
</project>