<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>cn.fscode.commons</groupId>
    <artifactId>commons-parent</artifactId>
    <version>0.0.2</version>
    <relativePath>../commons-parent</relativePath>
  </parent>
  <groupId>cn.fscode.commons</groupId>
  <artifactId>commons-mq-spring-boot-starter</artifactId>
  <version>0.0.2</version>
  <packaging>pom</packaging>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://mit-license.org/</url>
    </license>
  </licenses>
  <modules>
    <module>commons-mq-api-spring-boot-starter</module>
    <module>commons-mqtt-spring-boot-starter</module>
    <module>commons-rabbitmq-spring-boot-starter</module>
    <module>commons-rocketmq-spring-boot-starter</module>
    <module>commons-kafka-spring-boot-starter</module>
  </modules>
</project>
