<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  ~
  ~ Copyright 2020-2030 ZHENGGENGWEI<码匠君>. All rights reserved.
  ~
  ~ *   Author: ZHENGGENGWEI<码匠君>
  ~ *   Contact: <herodotus@aliyun.com>
  ~ *   Blog and source code availability: <https://gitee.com/herodotus/herodotus-cloud>
  -->

<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>cn.herodotus.stirrup</groupId>
        <artifactId>stirrup-starter</artifactId>
        <version>3.3.0.0</version>
    </parent>

    <artifactId>servlet-message-spring-boot-starter</artifactId>

    <description>Herodotus 软件生态组件库 Servlet 环境消息事件统一 Starter</description>

    <dependencies>
        <dependency>
            <groupId>cn.herodotus.stirrup</groupId>
            <artifactId>message-module-websocket-servlet</artifactId>
        </dependency>

        <dependency>
            <groupId>cn.herodotus.stirrup</groupId>
            <artifactId>message-module-mqtt</artifactId>
        </dependency>

        <dependency>
            <groupId>cn.herodotus.stirrup</groupId>
            <artifactId>webmvc-spring-boot-starter</artifactId>
        </dependency>

        <dependency>
            <groupId>cn.herodotus.stirrup</groupId>
            <artifactId>rest-module-servlet-message</artifactId>
        </dependency>
    </dependencies>

</project>