<?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>browser-session</artifactId>
  <version>37.0.2</version>
  <packaging>aar</packaging>
  <description>An abstract layer hiding the actual browser engine implementation.</description>
  <licenses>
    <license>
      <name>MPL-2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <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>browser-state</artifactId>
      <version>37.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-base</artifactId>
      <version>37.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-engine</artifactId>
      <version>37.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-utils</artifactId>
      <version>37.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-ktx</artifactId>
      <version>37.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.70</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.browser</groupId>
      <artifactId>browser</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-extensions</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
