<?xml version="1.0"?>
<project 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"
         xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.gizwits</groupId>
        <artifactId>aep-cloud</artifactId>
        <version>4.0.0-GDMS</version>
    </parent>
    <groupId>com.gizwits</groupId>
    <artifactId>aep-common-system-api</artifactId>

    <name>aep-common-system-api</name>
    <url>http://maven.apache.org</url>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.gizwits</groupId>
            <artifactId>mybatis-plus-support</artifactId>
            <version>2.2.0-SNAPSHOT</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.gizwits</groupId>
            <artifactId>aep-base</artifactId>
            <version>4.0.0-GDMS</version>
        </dependency>

    </dependencies>

    <distributionManagement>
        <repository>
            <id>archiva.general</id>
            <name>Internal Release Repository</name>
            <url>https://archiva.gizwits.com/repository/general/</url>
        </repository>

    </distributionManagement>

    <repositories>
        <repository>
            <id>archiva.general</id>
            <name>Internal general Repository</name>
            <url>https://archiva.gizwits.com/repository/general/</url>
        </repository>
        <repository>
            <id>archiva.internal</id>
            <name>Internal Release Repository</name>
            <url>https://archiva.gizwits.com/repository/internal/</url>
        </repository>
    </repositories>
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
</project>
