<?xml version="1.0"?>
<project 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"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <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-service-product-device-api</artifactId>

    <name>aep-service-product-device-api</name>
    <url>http://maven.apache.org</url>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.gizwits</groupId>
            <artifactId>aep-base</artifactId>
            <version>4.0.0-GDMS</version>
            <exclusions>
                <exclusion>
                    <groupId>org.springframework.cloud</groupId>
                    <artifactId>*</artifactId>
                </exclusion>
            </exclusions>
        </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>

</project>
