<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>
    <groupId>com.ovopark.dc</groupId>
    <artifactId>dc-storage-broker</artifactId>
      <version>1.0.0-RELEASE</version>
  </parent>
  <artifactId>dc-storage-broker-api</artifactId>
  <name>dc-storage-broker-api</name>
    <distributionManagement>
        <repository>
            <id>nexus-server</id>
            <url>http://116.62.59.245:8081/nexus/content/repositories/releases/</url>
        </repository>
    </distributionManagement>
    <dependencies>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
        </dependency>
    </dependencies>
</project>