<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.robolectric</groupId>
  <artifactId>utils</artifactId>
  <version>4.16.1</version>
  <name>utils</name>
  <description>An alternative Android testing framework.</description>
  <url>https://robolectric.org</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Brett Chabot</name>
      <email>brettchabot@google.com</email>
      <organization>Google Inc.</organization>
      <organizationUrl>https://google.com</organizationUrl>
    </developer>
    <developer>
      <name>Michael Hoisie</name>
      <email>hoisie@google.com</email>
      <organization>Google Inc.</organization>
      <organizationUrl>https://google.com</organizationUrl>
    </developer>
    <developer>
      <name>Christian Williams</name>
      <email>antixian666@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/robolectric/robolectric.git</connection>
    <developerConnection>scm:git:git@github.com:robolectric/robolectric.git</developerConnection>
    <url>https://github.com/robolectric/robolectric</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/robolectric/robolectric/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/robolectric/robolectric/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>org.robolectric</groupId>
      <artifactId>pluginapi</artifactId>
      <version>4.16.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>javax.annotation-api</artifactId>
      <version>1.3.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>central-portal</id>
      <name>Central Staging Repository</name>
      <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>central-portal-snapshots</id>
      <name>Central Snapshots Repository</name>
      <url>https://central.sonatype.com/repository/maven-snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
</project>
