<?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>com.palantir.metricschema</groupId>
  <artifactId>gradle-metric-schema</artifactId>
  <version>0.14.0</version>
  <name>gradle-metric-schema</name>
  <description>Palantir open source project</description>
  <url>https://github.com/palantir/metric-schema</url>
  <scm>
    <url>git@github.com:palantir/metric-schema.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.palantir.metricschema</groupId>
      <artifactId>metric-schema-api-objects</artifactId>
      <version>0.14.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.metricschema</groupId>
      <artifactId>metric-schema-java</artifactId>
      <version>0.14.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.metricschema</groupId>
      <artifactId>metric-schema-lang</artifactId>
      <version>0.14.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.metricschema</groupId>
      <artifactId>metric-schema-markdown</artifactId>
      <version>0.14.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>31.1-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.conjure.java.runtime</groupId>
      <artifactId>conjure-java-jackson-serialization</artifactId>
      <version>7.33.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-yaml</artifactId>
      <version>2.13.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.palantir.metricschema</groupId>
      <artifactId>metric-schema-root</artifactId>
      <version>0.14.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
