<?xml version="1.0" encoding="UTF-8"?>
<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>
  <groupId>de.ixilon</groupId>
  <artifactId>docker-java-spring-boot-starter</artifactId>
  <version>3.0.7</version>
  <name>docker-java-spring-boot-starter</name>
  <description>null</description>
  <url>https://gitlab.com/ixilon/docker-aware-eureka-instance</url>
  <licenses>
    <license>
      <name>GNU LGPL v3.0</name>
      <url>https://gitlab.com/ixilon/docker-aware-eureka-instance/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ixilon</id>
      <name>Gerald Fiedler</name>
      <email>gerald@ixilon.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitlab.com/ixilon/docker-aware-eureka-instance.git</connection>
    <url>https://gitlab.com/ixilon/docker-aware-eureka-instance.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>1.4.3.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.ixilon</groupId>
      <artifactId>docker-java-spring-boot-autoconfigure</artifactId>
      <version>3.0.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.docker-java</groupId>
      <artifactId>docker-java</artifactId>
      <version>3.0.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
