<?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>com.roncoo</groupId>
        <artifactId>roncoo-spring-boot</artifactId>
        <version>1.4.3</version>
    </parent>

    <artifactId>roncoo-spring-boot-starters</artifactId>
    <packaging>pom</packaging>

    <name>roncoo-spring-boot-starters</name>

    <modules>
        <module>roncoo-spring-boot-starter-fastdfs</module>
        <module>roncoo-spring-boot-starter-minio</module>
        <module>roncoo-spring-boot-starter-shiro</module>
        <module>roncoo-spring-boot-starter-xxl-job</module>
    </modules>

</project>
