<?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</groupId>
    <artifactId>ares-parent</artifactId>
    <version>final</version>
    <relativePath/>
  </parent>

  <groupId>io.github.aresxue.boot</groupId>
  <artifactId>ares-boot-dependency</artifactId>
  <name>Ares Boot Dependency</name>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <description>
    依赖管理和集成
    Dependency management and integration
  </description>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <java.version>1.8</java.version>
    <maven.compiler.source>8</maven.compiler.source>
    <maven.compiler.target>8</maven.compiler.target>

    <ares-boot.version>1.0.0</ares-boot.version>
  </properties>

  <modules>
    <module>ares-boot-base-all</module>
    <module>ares-boot-base-dependency-management</module>
    <module>ares-boot-dependency-management</module>
    <module>ares-boot-self-dependency-management</module>
    <module>ares-boot-starter-dependency-management</module>
    <module>ares-boot-util-dependency-management</module>
    <module>business-api-dependency-management</module>
    <module>business-api-required</module>
    <module>business-client-dependency-management</module>
    <module>business-spi-dependency-management</module>
    <module>third-dependency-management</module>
  </modules>

</project>