<?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>squashtm-publisher</artifactId>
  <version>1.0.0</version>
  <packaging>jpi</packaging>
  <name>Squash TM Publisher (Squash4Jenkins)</name>
  <url>https://wiki.jenkins.io/display/JENKINS/Squash4Jenkins+Plugin</url>
  <description>Publish the test results to Squash TM when a build completes.</description>
  <developers>
    <developer>
      <id>bsiri</id>
      <name>Benoit Siri</name>
      <email>bsiri@henix.fr</email>
      <organization>Henix</organization>
      <organizationUrl>https://www.henix.com/</organizationUrl>
    </developer>
    <developer>
      <id>devsquash</id>
      <email>devsquash@henix.fr</email>
      <organization>Henix</organization>
    </developer>
  </developers>
  <repositories>
    <repository>
      <id>maven</id>
      <url>http://repo.jenkins-ci.org/public/</url>
    </repository>
    <repository>
      <id>jenkins</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5</version>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>structs</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>junit</artifactId>
      <version>1.11</version>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.main</groupId>
      <artifactId>jenkins-core</artifactId>
      <version>1.651.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>3.0.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
