<?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>
  <groupId>tech.mgl</groupId>
  <artifactId>mgl-boot</artifactId>
  <version>2026.1.8</version>
  <packaging>pom</packaging>
  <name>mgl-boot</name>
  <description>THIS FILE IS PART OF MGL PROJECT MGL.tech
        - The core part of the reboot library （文件名和作用概述）
        Copyright (c) 1989-2016 MGL.tech
        Copyright (c) 2016 MGL.TECH
        任何网站未经本公司授权，不得盗用本站所有资源及所有代码否则追究法律责任
        任何网站未经本公司授权，任何人不得作全部或部分复制或仿造否则追究法律责任</description>
  <url>https://mgl.tech</url>
  <organization>
    <name>MGL技术社区</name>
    <url>https://mgl.tech/</url>
  </organization>
  <licenses>
    <license>
      <name>仅本人及本人所参与的任何产品和项目使用，不用于任何第三方应用</name>
      <url>mgl.tech</url>
      <distribution>repo</distribution>
      <comments>person license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hotpot</id>
      <name>hotpot</name>
      <email>hotpot@mgl.tech</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/mgl-pub/mgl-base-plugin-bom.git/mgl-boot</connection>
    <developerConnection>https://mgl.tech/p/mgl-base</developerConnection>
    <tag>mgl</tag>
    <url>https://mgl.tech/p/mgl-base</url>
  </scm>
  <properties>
    <maven-install-plugin.version>3.1.4</maven-install-plugin.version>
    <maven.compiler.release>21</maven.compiler.release>
    <central-publishing-maven-plugin.version>0.10.0</central-publishing-maven-plugin.version>
    <jakarta.validation-api.version>3.1.1</jakarta.validation-api.version>
    <auto-service.version>1.1.1</auto-service.version>
    <kotlin.version>2.3.0</kotlin.version>
    <mgl-utils.version>2026.1.2.0</mgl-utils.version>
    <maven-source-plugin.version>3.4.0</maven-source-plugin.version>
    <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
    <flatten-maven-plugin.version>1.7.3</flatten-maven-plugin.version>
    <spring-boot.version>4.1.0</spring-boot.version>
    <buildNumber>1</buildNumber>
    <maven-invoker-plugin.version>3.9.1</maven-invoker-plugin.version>
    <maven-dependency-plugin.version>3.9.0</maven-dependency-plugin.version>
    <maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <lang3.version>3.19.0</lang3.version>
    <maven-help-plugin.version>3.5.1</maven-help-plugin.version>
    <sms4j.version>3.3.5</sms4j.version>
    <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
    <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version>
    <maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version>
    <kotlin-maven-plugin.version>2.3.0</kotlin-maven-plugin.version>
    <elasticsearch-java.version>9.2.2</elasticsearch-java.version>
    <java.version>21</java.version>
    <maven.compiler.source>21</maven.compiler.source>
    <maven-shade-plugin.version>3.6.1</maven-shade-plugin.version>
    <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
    <fastexcel.version>1.3.0</fastexcel.version>
    <resource.delimiter>@</resource.delimiter>
    <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
    <maven-javadoc-plugin.vserion>3.12.0</maven-javadoc-plugin.vserion>
    <maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <revision>2026.1.8</revision>
    <native-maven-plugin.version>0.11.3</native-maven-plugin.version>
    <lombok.version>1.18.42</lombok.version>
    <ehcache.version>3.12.0</ehcache.version>
    <maven.compiler.target>21</maven.compiler.target>
    <maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
    <mgl-exception.version>2025.5.1</mgl-exception.version>
    <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
    <mybatis-flex-core.version>1.11.1</mybatis-flex-core.version>
    <postgresql.version>42.7.11</postgresql.version>
    <maven-war-plugin.version>3.5.1</maven-war-plugin.version>
    <maven-resources-plugin.version>3.4.0</maven-resources-plugin.version>
    <mysql.version>9.0.0</mysql.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>cn.idev.excel</groupId>
        <artifactId>fastexcel</artifactId>
        <version>${fastexcel.version}</version>
      </dependency>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>${spring-boot.version}</version>
        <type>pom</type>
        <scope>import</scope>
        <exclusions>
          <exclusion>
            <groupId>org.jetbrains.kotlin</groupId>
            <artifactId>kotlin-bom</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-exception</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-spring-boot-starter</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-common</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-mvc</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-mvc-spring-boot-starter</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-spring-boot-autoconfigure</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-config</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-annotation</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-modules-bom</artifactId>
        <version>${revision}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>tech.mgl</groupId>
        <artifactId>mgl-boot-cms-bom</artifactId>
        <version>${revision}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.ehcache</groupId>
        <artifactId>ehcache</artifactId>
        <version>${ehcache.version}</version>
      </dependency>
      <dependency>
        <groupId>org.postgresql</groupId>
        <artifactId>postgresql</artifactId>
        <version>${postgresql.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.central</groupId>
        <artifactId>central-publishing-maven-plugin</artifactId>
        <version>0.10.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
