<?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>cn.sinozg.applet</groupId>
        <artifactId>applet-case</artifactId>
        <version>3.2.7</version>
    </parent>
    <artifactId>applet-fun</artifactId>
    <name>${project.artifactId}</name>
    <description>功能实现</description>
    <packaging>pom</packaging>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <modules>
        <module>applet-annotation</module>
        <module>applet-mq</module>
        <module>applet-tencent</module>
        <module>applet-tool</module>
        <module>applet-instruct</module>
        <module>applet-login-base</module>
    </modules>

</project>
