<?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>co.infinum</groupId>
  <artifactId>retromock</artifactId>
  <version>1.1.1</version>
  <name>Retromock</name>
  <description>Adapts Java interface created by Retrofit using annotations on declared methods to define response mocks.</description>
  <url>https://github.com/infinum/Retromock</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/infinum/Retromock/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>antunflas</id>
      <name>Antun Flaš</name>
      <email>antun.flas@infinum.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/infinum/Retromock.git</connection>
    <developerConnection>https://github.com/infinum/Retromock.git</developerConnection>
    <url>https://github.com/infinum/Retromock</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.8.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
