<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.xebialabs.gradle</groupId>
  <artifactId>xl-deploy-gradle-plugin</artifactId>
  <version>0.5.0</version>
  <dependencies>
    <dependency>
      <groupId>com.xebialabs.deployit.engine</groupId>
      <artifactId>remote-booter</artifactId>
      <version>2017.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>23.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>Gradle plugin to execute deployments using XL Deploy server</description>
  <name>XL Deploy Gradle Plugin</name>
  <url>https://github.com/xebialabs-community/gradle-xld-plugin</url>
  <scm>
    <url>https://github.com/xebialabs-community/gradle-xld-plugin.git</url>
  </scm>
  <organization>
    <name>XebiaLabs</name>
    <url>http://www.xebialabs.com</url>
  </organization>
</project>
