<?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>
        <groupId>com.df4j.boot</groupId>
        <artifactId>df4j-boot-project</artifactId>
        <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <groupId>com.df4j.boot</groupId>
    <artifactId>df4j-boot-starters</artifactId>
    <packaging>pom</packaging>
    <modules>
        <module>df4j-boot-starter</module>
        <module>df4j-boot-starter-data-ldap</module>
        <module>df4j-boot-starter-data-redis</module>
        <module>df4j-boot-starter-data-redis-reactive</module>
        <module>df4j-boot-starter-data-mongodb</module>
        <module>df4j-boot-starter-data-mongodb-reactive</module>
        <module>df4j-boot-starter-freemarker</module>
        <module>df4j-boot-starter-jdbc</module>
        <module>df4j-boot-starter-security</module>
        <module>df4j-boot-starter-web</module>
        <module>df4j-boot-starter-webflux</module>
        <module>df4j-boot-starter-mybatis</module>
        <module>df4j-boot-starter-thymeleaf</module>
    </modules>
    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

</project>