<?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>
        <artifactId>warcar-parent</artifactId>
        <groupId>com.bxm</groupId>
        <version>3.0.2.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>warcar-boot</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>spring-boot-starter-warcar-cache</module>
        <module>spring-boot-starter-warcar-mq</module>
        <module>spring-boot-starter-warcar-ip</module>
        <module>spring-boot-starter-warcar-jmx</module>
        <module>spring-boot-starter-warcar-id</module>
        <module>spring-boot-starter-warcar-integration</module>
        <module>spring-boot-starter-warcar-message</module>
        <module>spring-boot-starter-warcar-tester</module>
        <module>spring-boot-starter-warcar-zk</module>
        <module>spring-boot-starter-warcar-aspect</module>
        <module>spring-boot-starter-warcar-sc-domain</module>
        <module>spring-boot-starter-warcar-file</module>
        <module>spring-boot-starter-warcar-web</module>
        <module>spring-boot-starter-warcar-data-sync</module>
        <module>spring-boot-starter-warcar-useragent</module>
        <module>spring-boot-starter-warcar-micrometer</module>
        <module>spring-boot-starter-warcar-dpl</module>
        <module>spring-boot-starter-warcar-configure</module>
        <module>spring-boot-starter-warcar-logging</module>
        <module>spring-boot-starter-warcar-sentinel</module>
    </modules>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.bxm</groupId>
                <artifactId>warcar-dependencies</artifactId>
                <version>${project.parent.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>com.bxm</groupId>
            <artifactId>warcar</artifactId>
            <version>${project.parent.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-aop</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>