<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.jxdinfo.mp</groupId>
        <artifactId>mp_im_hussar_service_v5</artifactId>
        <version>5.1.8-RELEASE.fix.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>hussar-mp-organization</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>hussar-mp-organization-api</module>
        <module>hussar-mp-organization-feign</module>
        <module>hussar-mp-organization-server</module>
        <module>hussar-mp-organization-start</module>
        <module>hussar-mp-organization-starter</module>
    </modules>

    <dependencies>
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.8.18</version>
        </dependency>
    </dependencies>



</project>
