<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mozilla.components</groupId>
  <artifactId>concept-engine</artifactId>
  <version>150.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>scm:hg:https://hg.mozilla.org/releases/mozilla-release</connection>
    <tag>f886be72b68e40ef310bed24350a841eb9ee07e9</tag>
    <url>https://hg.mozilla.org/releases/mozilla-release/rev/f886be72b68e40ef310bed24350a841eb9ee07e9</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-base</artifactId>
      <version>150.0.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>browser-errorpages</artifactId>
      <version>150.0.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-storage</artifactId>
      <version>150.0.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-fetch</artifactId>
      <version>150.0.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.20</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-parcelize-runtime</artifactId>
      <version>2.3.20</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-ktx</artifactId>
      <version>150.0.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.9.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>androidx.paging</groupId>
      <artifactId>paging-runtime</artifactId>
      <version>3.4.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.10.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>com.adjust.sdk</groupId>
          <artifactId>adjust-android</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.mockk</groupId>
          <artifactId>mockk</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
