<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.healthy-chn.cloud</groupId>
        <artifactId>healthy-cloud</artifactId>
        <version>1.2.3.RELEASE</version>
    </parent>
    <description>公共聚合模块</description>
    <artifactId>healthy-common</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>healthy-common-bom</module>
        <module>healthy-common-core</module>
        <module>healthy-common-log</module>
        <module>healthy-common-mybatis</module>
        <module>healthy-common-swagger</module>
        <module>healthy-common-security</module>
        <module>healthy-common-qcloud-sms</module>
        <module>healthy-common-qcloud-cos</module>
        <module>healthy-common-idempotent</module>
    </modules>

</project>