<?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>org.jenkins-ci.plugins</groupId>
  <artifactId>delphix</artifactId>
  <version>1.0.2</version>
  <packaging>hpi</packaging>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.4</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml</groupId>
      <artifactId>jackson-module-json-org</artifactId>
      <version>0.9.1</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.6.3</version>
    </dependency>
  </dependencies>
  <parent>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.565</version>
  </parent>
  <name>Delphix Jenkins Plugin</name>
  <url>http://wiki.jenkins-ci.org/display/JENKINS/Delphix+Plugin</url>
  <description>A description of your plugin</description>
  <scm>
    <url>https://github.com/jenkinsci/delphix-plugin</url>
    <connection>scm:git:git://github.com/jenkinsci/delphix-plugin.git</connection>
  </scm>
  <developers>
    <developer>
      <id>pvilim</id>
      <name>Peter Vilim</name>
      <email>peter.vilim@delphix.com</email>
    </developer>
  </developers>
  <repositories>
    <repository>
      <id>jenkins</id>
      <url>http://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>
</project>
