<?xml version='1.0' encoding='UTF-8'?>
<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.lucidchart</groupId>
    <artifactId>opentracing-jdbc</artifactId>
    <packaging>jar</packaging>
    <description>jdbc</description>
    <url>https://git.lucidchart.com/lucidsoftware/opentracing-playframework</url>
    <version>0.9</version>
    <licenses>
        <license>
            <name>Apache 2.0 License</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>jdbc</name>
    <inceptionYear>2017</inceptionYear>
    <organization>
        <name>OpenTracing</name>
        <url>http://opentracing.io/</url>
    </organization>
    <scm>
        <url>https://github.com/lucidsoftware/opentracing-jdbc</url>
        <connection>scm:git:git@github.com:lucidsoftware/opentracing-jdbc.git</connection>
    </scm>
    <developers>
        <developer>
            <id>pauldraper</id>
            <name>Paul Draper</name>
            <url>https://github.com/pauldraper</url>
            <email>paulddraper@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.lucidchart</groupId>
            <artifactId>opentracing-thread-context</artifactId>
            <version>0.5</version>
        </dependency>
        <dependency>
            <groupId>io.opentracing</groupId>
            <artifactId>opentracing-api</artifactId>
            <version>0.31.0</version>
        </dependency>
        <dependency>
            <groupId>io.opentracing</groupId>
            <artifactId>opentracing-util</artifactId>
            <version>0.31.0</version>
        </dependency>
        <dependency>
            <groupId>p6spy</groupId>
            <artifactId>p6spy</artifactId>
            <version>3.9.1</version>
        </dependency>
    </dependencies>
</project>