<?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.appservices</groupId>
  <artifactId>httpconfig-withoutLib</artifactId>
  <version>0.27.0</version>
  <packaging>aar</packaging>
  <description>Component allowing the configuration of Rust HTTP stack.</description>
  <licenses>
    <license />
  </licenses>
  <developers>
    <developer>
      <name>Mozilla Application Services</name>
      <email>application-services@mozilla.com</email>
    </developer>
  </developers>
  <scm />
  <dependencies>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-fetch</artifactId>
      <version>0.50.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna</artifactId>
      <version>5.2.0</version>
      <type>aar</type>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-lite</artifactId>
      <version>3.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.appservices</groupId>
      <artifactId>support-withoutLib</artifactId>
      <version>0.27.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
