<!--
  ~ /*
  ~  * Copyright (c) 2022
  ~  * http://license.coscl.org.cn/MulanPSL2
  ~  * 汪旭辉
  ~  */
  -->

<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.guoshiyao.rely</groupId>
        <version>10.1.4-RELEASE</version>
        <artifactId>rely-extend</artifactId>
    </parent>
    <artifactId>rely-third</artifactId>
    <packaging>pom</packaging>
    <name>rely-third</name>
    <modules>
        <module>rely-swaggert</module>
        <module>rely-datat</module>
        <module>rely-dubbot</module>
        <module>rely-actut</module>
        <module>rely-mybatist</module>
        <module>rely-mybatistplus</module>
        <module>rely-faitht</module>
        <module>rely-apollot</module>
         <module>rely-flywayt</module>
        <module>rely-createconfig</module>
         <module>rely-minio</module>
        <module>rely-redis</module>
    </modules>
</project>