<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parent>
        <groupId>pub.mgl</groupId>
        <artifactId>modules</artifactId>
        <version>2025.7.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>system</artifactId>
    <name>system</name>

    <description>
        system系统模块
    </description>

    <dependencies>
        <!-- 通用工具-->
        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-core</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-doc</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-mybatis</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-translation</artifactId>
        </dependency>

        <!-- OSS功能模块 -->
        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-oss</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-log</artifactId>
        </dependency>

        <!-- excel-->
        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-excel</artifactId>
        </dependency>

        <!-- SMS功能模块 -->
        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-sms</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-tenant</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-security</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-web</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-idempotent</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-sensitive</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-encrypt</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-websocket</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-sse</artifactId>
        </dependency>

        <dependency>
            <groupId>tech.mgl</groupId>
            <artifactId>mgl-boot-mvc-spring-boot-starter</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>biz-common-orm</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>biz-common-core</artifactId>
        </dependency>

        <dependency>
            <groupId>tech.mgl</groupId>
            <artifactId>mgl-utils</artifactId>
        </dependency>

        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>biz-common-sa-token</artifactId>
        </dependency>

        <dependency>
            <groupId>tech.mgl</groupId>
            <artifactId>mgl-boot-modules-enum</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>com.google.auto.service</groupId>
            <artifactId>auto-service</artifactId>
            <version>1.1.1</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>tech.mgl</groupId>
            <artifactId>mgl-boot-modules-validator</artifactId>
        </dependency>
        <dependency>
            <groupId>pub.mgl</groupId>
            <artifactId>common-ratelimiter</artifactId>
        </dependency>
    </dependencies>

</project>
