<?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.structured</groupId>
    <artifactId>structure-message</artifactId>
    <version>0.0.4</version>
  </parent>
  <groupId>cn.structured</groupId>
  <artifactId>structure-message-plugins</artifactId>
  <version>0.0.4</version>
  <packaging>pom</packaging>
  <name>message-center-plugins</name>
  <description>消息中心插件模块</description>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <modules>
    <module>structure-message-plugin-api</module>
    <module>message-center-plugin-internal</module>
    <module>message-center-plugin-sms</module>
    <module>message-center-plugin-email</module>
    <module>message-center-plugin-im</module>
  </modules>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
