<?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.mockito</groupId>
  <artifactId>mockito-testng</artifactId>
  <version>0.1.1</version>
  <dependencies>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.23.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.3.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>mockito-testng</name>
  <packaging>jar</packaging>
  <url>https://github.com/mockito/mockito-testng</url>
  <description>Mockito for TestNG</description>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/mockito/mockito-testng/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/mockito/mockito-testng.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/mockito/mockito-testng/issues</url>
    <system>GitHub issues</system>
  </issueManagement>
  <ciManagement>
    <url>https://travis-ci.org/mockito/mockito-testng</url>
    <system>TravisCI</system>
  </ciManagement>
  <developers>
    <developer>
      <id>mockitoguy</id>
      <name>Szczepan Faber</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/mockitoguy</url>
    </developer>
    <developer>
      <id>skabashnyuk</id>
      <name>Sergii Kabashniuk</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/skabashnyuk</url>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>shipkit.org automated bot</name>
      <url>https://github.com/shipkit-org</url>
    </contributor>
  </contributors>
</project>
