<?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>au.com.titanclass</groupId>
    <artifactId>reactive-streams-telemetry_2.13</artifactId>
    <packaging>jar</packaging>
    <description>reactive-streams-telemetry</description>
    <url>https://github.com/titanclass/reactive-streams-telemetry</url>
    <version>2.0.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>reactive-streams-telemetry</name>
    <inceptionYear>2019</inceptionYear>
    <organization>
        <name>Titan Class Pty Ltd</name>
        <url>https://www.titanclass.com.au</url>
    </organization>
    <scm>
        <url>https://github.com/titanclass/reactive-streams-telemetry</url>
        <connection>scm:git@github.com:titanclass/reactive-streams-telemetry.git</connection>
    </scm>
    <developers>
        <developer>
            <id>huntc</id>
            <name>Christopher Hunt</name>
            <url>http://christopherhunt-software.blogspot.com/</url>
            <email>huntchr@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.3</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream_2.13</artifactId>
            <version>2.6.9</version>
        </dependency>
        <dependency>
            <groupId>io.opentelemetry</groupId>
            <artifactId>opentelemetry-proto</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>io.opentelemetry</groupId>
            <artifactId>opentelemetry-sdk</artifactId>
            <version>0.8.0</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>utest_2.13</artifactId>
            <version>0.7.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream-testkit_2.13</artifactId>
            <version>2.6.9</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>