<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>bigworld-root</artifactId>
        <groupId>com.haoxuer.bigworld</groupId>
        <version>3.3.13-20220115</version>
    </parent>
    <artifactId>modules</artifactId>
    <packaging>pom</packaging>
    <version>3.3.13-20220115</version>
    <modules>
        <module>weibo</module>
        <module>weixin</module>
        <module>site</module>
        <module>ad</module>
        <module>brand</module>
        <module>activity</module>
        <module>message</module>
        <module>pay</module>
        <module>article</module>
        <module>area</module>
        <module>company</module>
        <module>page</module>
        <module>gather</module>
    </modules>

    <name>modules</name>
    <url>http://www.nbsaas.com</url>



    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.haoxuer.discover</groupId>
            <artifactId>discover-common-config</artifactId>
            <version>${discover.version}</version>
        </dependency>
        <dependency>
            <artifactId>bigworld-member</artifactId>
            <groupId>com.haoxuer.bigworld</groupId>
            <version>${bigworld.version}</version>
        </dependency>
        <dependency>
            <artifactId>bigworld-generate</artifactId>
            <groupId>com.haoxuer.bigworld</groupId>
            <version>${bigworld.version}</version>
        </dependency>
        <dependency>
            <artifactId>bigworld-plugin</artifactId>
            <groupId>com.haoxuer.bigworld</groupId>
            <version>${bigworld.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <version>3.1.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>
