<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>

  <name>Guava</name>
  <url>https://github.com/typetools/guava</url>
  <description>Guava library, with additional type annotations for verification</description>

  <groupId>org.checkerframework.annotatedlib</groupId>
  <artifactId>guava</artifactId>

  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <version>33.1.0.2-jre</version>

  <scm>
    <url>https://github.com/typetools/guava.git</url>
    <connection>https://github.com/typetools/guava.git</connection>
  </scm>

  <developers>

    <developer>
      <id>Michael Ernst</id>
      <name>Michael Ernst</name>
      <email>mernst@cs.washington.edu</email>
      <url>http://homes.cs.washington.edu/~mernst/</url>
      <organization>University of Washington</organization>
      <organizationUrl>https://www.cs.washington.edu/</organizationUrl>
    </developer>

    <developer>
      <id>Suzanne Millstein</id>
      <name>Suzanne Millstein</name>
      <email>smillst@cs.washington.edu</email>
      <organization>University of Washington</organization>
      <organizationUrl>https://www.cs.washington.edu/research/plse/</organizationUrl>
    </developer>

  </developers>

  <!-- Keep this in sync with upstream's pom.xml. -->
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>failureaccess</artifactId>
      <version>1.0.2</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>listenablefuture</artifactId>
      <version>9999.0-empty-to-avoid-conflict-with-guava</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.checkerframework</groupId>
      <artifactId>checker-qual</artifactId>
      <version>3.42.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.errorprone</groupId>
      <artifactId>error_prone_annotations</artifactId>
      <version>2.26.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.j2objc</groupId>
      <artifactId>j2objc-annotations</artifactId>
      <version>3.0.0</version>
    </dependency>
  </dependencies>

</project>
