<?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>org.mozilla.components</groupId>
  <artifactId>tabstray</artifactId>
  <version>0.27.0</version>
  <packaging>aar</packaging>
  <name>Mozilla-Mobile</name>
  <description>A tabs tray component for browsers.</description>
  <url>https://github.com/mozilla-mobile/android-components</url>
  <licenses>
    <license>
      <name>MPL-2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mozact</id>
      <name>Mozilla Android Components Team</name>
      <email>android-components@lists.mozilla.org</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/mozilla-mobile/android-components.git</connection>
    <developerConnection>https://github.com/mozilla-mobile/android-components.git</developerConnection>
    <url>https://github.com/mozilla-mobile/android-components</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-tabstray</artifactId>
      <version>0.27.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>recyclerview-v7</artifactId>
      <version>27.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>session</artifactId>
      <version>0.27.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.photon</groupId>
      <artifactId>icons</artifactId>
      <version>0.27.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.photon</groupId>
      <artifactId>colors</artifactId>
      <version>0.27.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>27.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>cardview-v7</artifactId>
      <version>27.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.2.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>test</artifactId>
      <version>0.27.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.robolectric</groupId>
      <artifactId>robolectric</artifactId>
      <version>3.8</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.21.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
