<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.palantir.dialogue</groupId>
  <artifactId>dialogue-core</artifactId>
  <version>3.34.0</version>
  <name>dialogue-core</name>
  <description>Palantir open source project</description>
  <url>https://github.com/palantir/dialogue</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>palantir</id>
      <name>Palantir Technologies Inc</name>
      <organizationUrl>https://www.palantir.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>git@github.com:palantir/dialogue.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.palantir.tritium</groupId>
      <artifactId>tritium-registry</artifactId>
      <version>0.32.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.safe-logging</groupId>
      <artifactId>preconditions</artifactId>
      <version>1.20.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.errorprone</groupId>
      <artifactId>error_prone_annotations</artifactId>
      <version>2.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.dialogue</groupId>
      <artifactId>dialogue-target</artifactId>
      <version>3.34.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.conjure.java.runtime</groupId>
      <artifactId>client-config</artifactId>
      <version>7.20.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.dialogue</groupId>
      <artifactId>dialogue-futures</artifactId>
      <version>3.34.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ben-manes.caffeine</groupId>
      <artifactId>caffeine</artifactId>
      <version>3.0.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>31.0.1-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.safe-logging</groupId>
      <artifactId>logger</artifactId>
      <version>1.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.safe-logging</groupId>
      <artifactId>safe-logging</artifactId>
      <version>1.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.tracing</groupId>
      <artifactId>tracing</artifactId>
      <version>6.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.dropwizard.metrics</groupId>
      <artifactId>metrics-core</artifactId>
      <version>3.2.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.safethreadlocalrandom</groupId>
      <artifactId>safe-thread-local-random</artifactId>
      <version>0.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.tritium</groupId>
      <artifactId>tritium-metrics</artifactId>
      <version>0.32.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.conjure.java.api</groupId>
      <artifactId>service-config</artifactId>
      <version>2.22.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.tracing</groupId>
      <artifactId>tracing-api</artifactId>
      <version>6.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.dialogue</groupId>
      <artifactId>dialogue</artifactId>
      <version>3.34.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
