<?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">
    <parent>
        <artifactId>spring-mould</artifactId>
        <groupId>com.wuyushuo</groupId>
        <version>1.2.3</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>spring-mould-stream</artifactId>

    <packaging>jar</packaging>

    <name>spring-mould-stream</name>
    <url>https://github.com/wuyushuo/wuyu-module</url>

    <description>spring-mould-stream</description>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git@github.com:wuyushuo/wuyu-module.git</connection>
        <developerConnection>scm:git:git@github.com:wuyushuo/wuyu-module.git</developerConnection>
        <url>https://github.com/wuyushuo/wuyu-module</url>
    </scm>

    <developers>
        <developer>
            <id>wuyushuo</id>
            <name>wuyushuo</name>
            <email>wuyushuo_official@163.com</email>
            <url>https://github.com/wuyushuo/wuyu-module/</url>
            <organizationUrl>http://wuyushuo.github.io</organizationUrl>
            <timezone>+8</timezone>
        </developer>
        <developer>
            <id>Elon.Su</id>
            <name>苏若年</name>
            <email>dennisit@163.com</email>
            <url>https://github.com/wuyushuo/wuyu-module/</url>
            <timezone>+8</timezone>
        </developer>
    </developers>

    <issueManagement>
        <system>github</system>
        <url>https://github.com/wuyushuo/wuyu-module/issues</url>
    </issueManagement>

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

    <dependencies>
        <dependency>
            <groupId>com.wuyushuo</groupId>
            <artifactId>spring-debris-boxes-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.wuyushuo</groupId>
            <artifactId>spring-saber-boxes</artifactId>
        </dependency>
        <dependency>
            <groupId>com.wuyushuo</groupId>
            <artifactId>spring-vplus-boxes</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus</artifactId>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.wuyushuo</groupId>
            <artifactId>spring-vplus-mvc</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <profiles>
        <profile>
            <id>release</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-resources-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-compiler-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-source-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-gpg-plugin</artifactId>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>


</project>