<?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-dependencies</artifactId>
    <version>1.5.0</version>
  </parent>
  <groupId>cn.structured</groupId>
  <artifactId>structure-message-dependencies</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <name>structure-message-dependencies</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-common</module>
    <module>../structure-message-domain</module>
    <module>../structure-message-infra</module>
    <module>../structure-message-plugins</module>
    <module>../structure-message-sms-provider</module>
    <module>../structure-message-im-provider</module>
    <module>../structure-message-repository-mybatis</module>
    <module>../structure-message-application</module>
    <module>../structure-message-interfaces</module>
    <module>../structure-message-boot</module>
  </modules>
  <properties>
    <spring-cloud-parent.version>5.0.0</spring-cloud-parent.version>
    <commons-fileupload.version>1.6.0</commons-fileupload.version>
    <bouncycastle.version>1.84</bouncycastle.version>
    <maven.compiler.source>17</maven.compiler.source>
    <spring-alibaba.version>2025.1.0.0</spring-alibaba.version>
    <mybatis-plus.version>3.5.16</mybatis-plus.version>
    <structure-tenant.version>1.4.3</structure-tenant.version>
    <spring-boot.version>4.0.6</spring-boot.version>
    <structure-datascope.version>1.0.3</structure-datascope.version>
    <revision>2.0.0-SNAPSHOT</revision>
    <spring-cloud.version>2025.1.0</spring-cloud.version>
    <maven.compiler.target>17</maven.compiler.target>
    <structure.version>1.5.0</structure.version>
    <springdoc.version>3.0.3</springdoc.version>
    <testcontainers.version>1.20.6</testcontainers.version>
    <structure-infra.version>1.3.1</structure-infra.version>
    <freemarker.version>2.3.34</freemarker.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <fastjson1.version>1.2.83</fastjson1.version>
    <structure-security.version>1.1.5</structure-security.version>
    <logback.version>1.5.32</logback.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-common</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-domain</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-infra</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-plugin-api</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>message-center-plugin-internal</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>message-center-plugin-sms</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>message-center-plugin-email</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>message-center-plugin-im</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-sms-aliyun-provider</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-sms-tencent-provider</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-im-feishu-provider</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-im-dingtalk-provider</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-im-wechatwork-provider</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-im-wechat-provider</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-im-netease-provider</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-repository-mybatis</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-application</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-interfaces</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-message-boot</artifactId>
        <version>1.0.0</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-common</artifactId>
        <version>${structure.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-mybatis-plus-starter</artifactId>
        <version>${structure.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-restful-web-starter</artifactId>
        <version>${structure.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-log-starter</artifactId>
        <version>${structure.version}</version>
      </dependency>
      <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies-parent</artifactId>
        <version>${spring-cloud-parent.version}</version>
      </dependency>
      <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies</artifactId>
        <version>${spring-cloud.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.alibaba.cloud</groupId>
        <artifactId>spring-cloud-alibaba-dependencies</artifactId>
        <version>${spring-alibaba.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.baomidou</groupId>
        <artifactId>mybatis-plus-spring-boot4-starter</artifactId>
        <version>${mybatis-plus.version}</version>
      </dependency>
      <dependency>
        <groupId>com.baomidou</groupId>
        <artifactId>mybatis-plus-jsqlparser</artifactId>
        <version>${mybatis-plus.version}</version>
      </dependency>
      <dependency>
        <groupId>org.springdoc</groupId>
        <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
        <version>${springdoc.version}</version>
      </dependency>
      <dependency>
        <groupId>org.bouncycastle</groupId>
        <artifactId>bcprov-jdk18on</artifactId>
        <version>${bouncycastle.version}</version>
      </dependency>
      <dependency>
        <groupId>org.bouncycastle</groupId>
        <artifactId>bcpkix-jdk18on</artifactId>
        <version>${bouncycastle.version}</version>
      </dependency>
      <dependency>
        <groupId>commons-fileupload</groupId>
        <artifactId>commons-fileupload</artifactId>
        <version>${commons-fileupload.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-security-core</artifactId>
        <version>${structure-security.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-security-oauth-resource-starter</artifactId>
        <version>${structure-security.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-security-permission-starter</artifactId>
        <version>${structure-security.version}</version>
      </dependency>
      <dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>fastjson</artifactId>
        <version>${fastjson1.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-security-jwt-starter</artifactId>
        <version>${structure-security.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-datascope-starter</artifactId>
        <version>${structure-datascope.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-datascope-mybatis-plus</artifactId>
        <version>${structure-datascope.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-datascope-message</artifactId>
        <version>${structure-datascope.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-infra-starter</artifactId>
        <version>${structure-infra.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-infra-mybatis-plus-starter</artifactId>
        <version>${structure-infra.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.structured</groupId>
        <artifactId>structure-tenant-starter</artifactId>
        <version>${structure-tenant.version}</version>
      </dependency>
      <dependency>
        <groupId>com.baomidou</groupId>
        <artifactId>mybatis-plus-annotation</artifactId>
        <version>${mybatis-plus.version}</version>
      </dependency>
      <dependency>
        <groupId>org.freemarker</groupId>
        <artifactId>freemarker</artifactId>
        <version>${freemarker.version}</version>
      </dependency>
      <dependency>
        <groupId>org.testcontainers</groupId>
        <artifactId>testcontainers</artifactId>
        <version>${testcontainers.version}</version>
      </dependency>
      <dependency>
        <groupId>org.testcontainers</groupId>
        <artifactId>mysql</artifactId>
        <version>${testcontainers.version}</version>
      </dependency>
      <dependency>
        <groupId>org.testcontainers</groupId>
        <artifactId>junit-jupiter</artifactId>
        <version>${testcontainers.version}</version>
      </dependency>
      <dependency>
        <groupId>com.h2database</groupId>
        <artifactId>h2</artifactId>
        <version>2.2.224</version>
      </dependency>
      <dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-core</artifactId>
        <version>${logback.version}</version>
      </dependency>
      <dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-classic</artifactId>
        <version>${logback.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>3.13.0</version>
        </plugin>
        <plugin>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-maven-plugin</artifactId>
          <version>${spring-boot.version}</version>
        </plugin>
        <plugin>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>3.5.4</version>
        </plugin>
        <plugin>
          <artifactId>maven-failsafe-plugin</artifactId>
          <version>3.5.4</version>
        </plugin>
        <plugin>
          <groupId>org.jacoco</groupId>
          <artifactId>jacoco-maven-plugin</artifactId>
          <version>0.8.12</version>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <parameters>true</parameters>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
