<?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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-dependency</artifactId>
    <version>1.0.0</version>
  </parent>

  <artifactId>ares-boot-starter-dependency-management</artifactId>
  <packaging>pom</packaging>
  <description>
    管理所有starter模块的依赖
    Manage dependencies of all ares-boot-starter modules
  </description>

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-cache</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-config</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-datasource-related</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-datasource</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-datasource-sharding</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-dynamic-datasource</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-file-storage</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-mq-adapter</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-mq-api</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-mq-abstract</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-mq</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-rpc-adapter</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-rpc-api</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-rpc-abstract</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-rpc</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-rule-engine</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-search-engine</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-spring</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-task-adapter</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-task-api</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-task-abstract</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-task</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-task-schedulerx2</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-test</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-validation</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-web</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

      <dependency>
        <groupId>io.github.aresxue.boot</groupId>
        <artifactId>ares-boot-starter-workflow</artifactId>
        <version>${ares-boot.version}</version>
      </dependency>

    </dependencies>
  </dependencyManagement>

</project>