<?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>ie.equalit.ouinet</groupId>
  <artifactId>browser-engine-gecko-ceno</artifactId>
  <version>108.1.1</version>
  <packaging>aar</packaging>
  <name>browser-engine-gecko-ceno</name>
  <description>Engine implementation based on GeckoView.</description>
  <url>https://censorship.no</url>
  <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/firefox-android.git</connection>
    <developerConnection>https://github.com/mozilla-mobile/firefox-android.git</developerConnection>
    <tag>4e483289f6d41e0f3329c77c67e5f7e95d62a1c3</tag>
    <url>https://github.com/mozilla-mobile/firefox-android/tree/main/android-components</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ie.equalit.ouinet</groupId>
      <artifactId>geckoview-ceno-omni</artifactId>
      <version>108.0.20221215175817</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-engine</artifactId>
      <version>108.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-fetch</artifactId>
      <version>108.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-ktx</artifactId>
      <version>108.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-utils</artifactId>
      <version>108.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.7.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.paging</groupId>
      <artifactId>paging-runtime</artifactId>
      <version>2.1.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
