<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.opentracing.contrib</groupId>
  <artifactId>span-reporter</artifactId>
  <version>0.3.0</version>
  <dependencies>
    <dependency>
      <groupId>io.opentracing</groupId>
      <artifactId>opentracing-api</artifactId>
      <version>0.33.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.opentracing</groupId>
      <artifactId>opentracing-util</artifactId>
      <version>0.33.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description/>
  <name>span-reporter</name>
  <url>https://github.com/opentracing-contrib/java-span-reporter</url>
  <inceptionYear>2019</inceptionYear>
  <developers>
    <developer>
      <id>davidB</id>
      <name>David Bernard</name>
      <url>https://github.com/davidB</url>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/opentracing-contrib/java-span-reporter</url>
    <connection>scm:git:https://github.com/opentracing-contrib/java-span-reporter.git</connection>
    <developerConnection>scm:git:https://github.com/opentracing-contrib/java-span-reporter.git</developerConnection>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/opentracing-contrib/java-span-reporter/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
</project>
