<?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>com.ovopark.dc</groupId>
        <artifactId>dc-alarm</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>com.ovopark.dc</groupId>
    <artifactId>dc-client</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <name>dc-client</name>
    <description>Provider client api for some service</description>
    <properties>
        <java.version>1.8</java.version>
    </properties>
    <dependencies>
        <dependency>
            <groupId>com.ovopark.dc</groupId>
            <artifactId>dc-alarm-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ovopark.dc</groupId>
            <artifactId>dc-alarm-http</artifactId>
        </dependency>
    </dependencies>

    <distributionManagement>
        <!--        <repository>-->
        <!--            <id>nexus-releases</id>-->
        <!--            <url>http://116.62.59.245:8081/nexus/content/repositories/releases/</url>-->
        <!--        </repository>-->
        <snapshotRepository>
            <id>nexus-snapshots</id>
            <url>http://116.62.59.245:8081/nexus/content/repositories/snapshots/</url>
        </snapshotRepository>
    </distributionManagement>
</project>
