<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mozilla.telemetry</groupId>
  <artifactId>glean-native-forUnitTests</artifactId>
  <version>65.2.2</version>
  <description>The native libglean_ffi library for use with the Glean SDK.</description>
  <licenses>
    <license>
      <name>MPL-2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Sync Team</name>
      <email>sync-team@mozilla.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/mozilla/glean.git</connection>
    <developerConnection>https://github.com/mozilla/glean.git</developerConnection>
    <url>https://github.com/mozilla/glean</url>
  </scm>
</project>
