<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         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.eworkcloud</groupId>
        <artifactId>ework-cloud-dependencies</artifactId>
        <version>1.4.2</version>
        <relativePath/>
    </parent>
    <artifactId>ework-cloud-web</artifactId>
    <packaging>pom</packaging>

    <name>Ework Cloud</name>
    <description>Ework Cloud Web</description>
    <url>https://www.eworkcloud.com</url>

    <modules>
        <module>ework-cloud-dependencies</module>
        <module>ework-cloud-starter-disconf</module>
        <module>ework-cloud-starter-dns</module>
        <module>ework-cloud-starter-log</module>
        <module>ework-cloud-starter-mail</module>
        <module>ework-cloud-starter-mq</module>
        <module>ework-cloud-starter-mybatis</module>
        <module>ework-cloud-starter-oss</module>
        <module>ework-cloud-starter-redis</module>
        <module>ework-cloud-starter-sms</module>
        <module>ework-cloud-starter-ssh</module>
        <module>ework-cloud-starter-swagger</module>
        <module>ework-cloud-starter-web</module>
    </modules>
</project>
