<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>cn.fatebug.cloud</groupId>
        <artifactId>fate-cloud</artifactId>
        <version>1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <modules>
        <module>fate-common-core</module>
        <module>fate-common-datasource</module>
        <module>fate-common-fileupload</module>
        <module>fate-common-mq</module>
        <module>fate-common-redis</module>
        <module>fate-common-security</module>
        <module>fate-common-swagger</module>
        <module>fate-common-log</module>
        <module>fate-common-RTC</module>
        <module>fate-common-pay</module>
    </modules>


    <artifactId>fate-base-framework</artifactId>
    <packaging>pom</packaging>

    <description>
        fate-base-framework通用框架模块
    </description>

</project>
