<?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>com.andrewreitz</groupId>
  <artifactId>spock-android</artifactId>
  <version>2.0.0</version>
  <packaging>aar</packaging>
  <name>spock-android</name>
  <description>Library to get Spock running on Android</description>
  <url>https://github.com/pieces029/android-spock</url>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/pieces029/android-spock/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/pieces029/android-spock</url>
    <connection>scm:git:https://github.com/pieces029/android-spock.git</connection>
    <developerConnection>scm:git:git@github.com:pieces029/android-spock.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pieces</id>
      <name>Andrew Reitz</name>
      <organization>Andrew Reitz</organization>
      <organizationUrl>http://andrewreitz.com</organizationUrl>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy</artifactId>
      <version>2.4.11</version>
      <classifier>grooid</classifier>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>25.3.1</version>
    </dependency>
    <dependency>
      <groupId>com.android.support.test</groupId>
      <artifactId>runner</artifactId>
      <version>0.5</version>
    </dependency>
    <dependency>
      <groupId>com.linkedin.dexmaker</groupId>
      <artifactId>dexmaker-mockito</artifactId>
      <version>2.2.0</version>
    </dependency>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>1.1-groovy-2.4</version>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
