<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright The OpenZipkin Authors
    SPDX-License-Identifier: Apache-2.0

-->
<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>io.zipkin.brave</groupId>
  <artifactId>brave-instrumentation-http</artifactId>
  <version>6.3.1</version>
  <name>Brave Instrumentation: Http Adapters</name>
  <description>Java distributed tracing implementation compatible with Zipkin backend services.</description>
  <url>https://github.com/openzipkin/brave/brave-instrumentation-parent/brave-instrumentation-http</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>openzipkin</id>
      <name>OpenZipkin Gitter</name>
      <url>https://gitter.im/openzipkin/zipkin</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/openzipkin/brave.git/brave-instrumentation-parent/brave-instrumentation-http</connection>
    <developerConnection>scm:git:https://github.com/openzipkin/brave.git/brave-instrumentation-parent/brave-instrumentation-http</developerConnection>
    <tag>6.3.1</tag>
    <url>https://github.com/openzipkin/brave/brave-instrumentation-parent/brave-instrumentation-http</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.zipkin.brave</groupId>
      <artifactId>brave</artifactId>
      <version>6.3.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
