<?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>com.chanko.yunxi</groupId>
    <artifactId>mes-module-system</artifactId>
    <version>2.0.0-jdk8-snapshot</version>
  </parent>
  <groupId>com.chanko.yunxi</groupId>
  <artifactId>mes-module-system-biz</artifactId>
  <version>2.0.0-jdk8-snapshot</version>
  <name>${project.artifactId}</name>
  <description>system 模块下,我们放通用业务,支撑上层的核心业务。
        例如说:用户、部门、权限、数据字典等等</description>
  <dependencies>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-module-system-api</artifactId>
      <version>${revision}</version>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-module-infra-api</artifactId>
      <version>${revision}</version>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20210307</version>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-biz-operatelog</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-biz-sms</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-biz-dict</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-biz-data-permission</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-biz-tenant</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-biz-ip</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-security</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-validation</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-mybatis</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-redis</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-job</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-mq</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-excel</artifactId>
    </dependency>
    <dependency>
      <groupId>com.chanko.yunxi</groupId>
      <artifactId>mes-spring-boot-starter-captcha</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-mail</artifactId>
    </dependency>
    <dependency>
      <groupId>com.xingyuv</groupId>
      <artifactId>spring-boot-starter-justauth</artifactId>
    </dependency>
    <dependency>
      <groupId>com.github.binarywang</groupId>
      <artifactId>wx-java-mp-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.github.binarywang</groupId>
      <artifactId>wx-java-miniapp-spring-boot-starter</artifactId>
    </dependency>
  </dependencies>
</project>