<?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.teambytes.logback</groupId>
    <artifactId>logback-flume-appender_2.11</artifactId>
    <packaging>jar</packaging>
    <description>logback-flume-appender</description>
    <url>https://github.com/grahamar/logback-flume-appender</url>
    <version>0.0.9</version>
    <licenses>
        <license>
            <name>Apache License 2.0</name>
            <url>http://opensource.org/licenses/Apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>logback-flume-appender</name>
    <organization>
        <name>com.teambytes.logback</name>
        <url>https://github.com/grahamar/logback-flume-appender</url>
    </organization>
    <scm>
        <url>git@github.com:grahamar/logback-flume-appender.git</url>
        <connection>scm:git:git@github.com:grahamar/logback-flume-appender.git</connection>
    </scm>
    <developers>
        <developer>
            <id>grhodes</id>
            <name>Graham Rhodes</name>
            <url>https://github.com/grahamar</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.4</version>
        </dependency>
        <dependency>
            <groupId>org.apache.flume</groupId>
            <artifactId>flume-ng-sdk</artifactId>
            <version>1.5.0.1</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.1.1</version>
        </dependency>
    </dependencies>
</project>