<?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>tools.devnull</groupId>
  <artifactId>kodo</artifactId>
  <version>0.4.1</version>
  <name>kodo</name>
  <description>Kodo is a test framework that helps you creating test scenarios with the help of a fluent interface.</description>
  <url>https://github.com/ataxexe/kodo</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Ataxexe</id>
      <name>Marcelo Guimarães</name>
      <email>ataxexe@devnull.tools</email>
      <url>http://entra.la</url>
      <organizationUrl>http://devnull.tools</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:ataxexe/kodo.git</connection>
    <url>https://github.com/ataxexe/kodo</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
