<?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>tech.navicore</groupId>
    <artifactId>akkaeventhubs_2.11</artifactId>
    <packaging>jar</packaging>
    <description>AkkaEventhubs</description>
    <url>https://github.com/navicore/akka-eventhubs</url>
    <version>1.4.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://github.com/navicore/akka-eventhubs/blob/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>AkkaEventhubs</name>
    <organization>
        <name>tech.navicore</name>
        <url>https://github.com/navicore/akka-eventhubs</url>
    </organization>
    <scm>
        <url>https://github.com/navicore/akka-eventhubs</url>
        <connection>scm:git:https://github.com/navicore/akka-eventhubs.git</connection>
        <developerConnection>scm:git:git@github.com:navicore/akka-eventhubs.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>navicore</id>
            <name>Ed Sweeney</name>
            <email>ed@onextent.com</email>
            <url>https://navicore.tech</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.12</version>
        </dependency>
        <dependency>
            <groupId>com.microsoft.azure</groupId>
            <artifactId>azure-eventhubs</artifactId>
            <version>3.0.0</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.2.3</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe</groupId>
            <artifactId>config</artifactId>
            <version>1.3.4</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging_2.11</artifactId>
            <version>3.9.2</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-actor_2.11</artifactId>
            <version>2.5.25</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream_2.11</artifactId>
            <version>2.5.25</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-persistence_2.11</artifactId>
            <version>2.5.25</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.8</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>