<?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>io.screenshotbot</groupId>
  <artifactId>plugin</artifactId>
  <version>0.1.0</version>
  <name>Sylkworm SDK plugin</name>
  <description>Plugin for Facebook's screenshot-test-for-android</description>
  <url>https://screenshotbot.io</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tdrhq2</id>
      <name>Modern Interpreters Inc.</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/screenshotbot/screenshotbot-sdk.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/screenshotbot/screenshotbot-sdk.git</developerConnection>
    <url>https://github.com/screenshotbot/screenshotbot-sdk/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jgit</groupId>
      <artifactId>org.eclipse.jgit</artifactId>
      <version>5.9.0.202009080501-r</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.screenshotbot</groupId>
      <artifactId>core</artifactId>
      <version>0.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.facebook.testing.screenshot</groupId>
      <artifactId>plugin</artifactId>
      <version>0.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
