<?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>opentracing-interceptors</artifactId>
  <version>0.0.4</version>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.microprofile.opentracing</groupId>
      <artifactId>microprofile-opentracing-api</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax</groupId>
      <artifactId>javaee-api</artifactId>
      <version>7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.opentracing</groupId>
      <artifactId>opentracing-api</artifactId>
      <version>0.31.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.opentracing.contrib</groupId>
      <artifactId>opentracing-tracerresolver</artifactId>
      <version>0.1.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>opentracing-interceptors</name>
  <packaging>jar</packaging>
  <url>https://github.com/opentracing-contrib/java-interceptors</url>
  <description>OpenTracing Contrib - Framework instrumentation for Java Interceptors</description>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/opentracing-contrib/java-interceptors/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/opentracing-contrib/java-interceptors.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/opentracing-contrib/java-interceptors/issues</url>
    <system>GitHub issues</system>
  </issueManagement>
  <ciManagement>
    <url>https://travis-ci.org/opentracing-contrib/java-interceptors</url>
    <system>TravisCI</system>
  </ciManagement>
  <developers>
    <developer>
      <id>jpkrohling</id>
      <name>Juraci Paixão Kröhling</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/jpkrohling</url>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>shipkit.org automated bot</name>
      <url>https://github.com/shipkit-org</url>
    </contributor>
  </contributors>
</project>
