<?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>feature-sync</artifactId>
  <version>0.41.0</version>
  <packaging>aar</packaging>
  <licenses>
    <license>
      <name>MPL-2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/2.0/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>support-base</artifactId>
      <version>0.41.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>concept-storage</artifactId>
      <version>0.41.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mozilla.components</groupId>
      <artifactId>service-firefox-accounts</artifactId>
      <version>0.41.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
