<?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.gu</groupId>
    <artifactId>management-logback_2.12</artifactId>
    <packaging>jar</packaging>
    <description>management-logback</description>
    <url>https://github.com/guardian/guardian-management/</url>
    <version>5.41</version>
    <licenses>
        <license>
            <name>Apache V2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>management-logback</name>
    <organization>
        <name>com.gu</name>
        <url>https://github.com/guardian/guardian-management/</url>
    </organization>
    <scm>
        <url>https://github.com/guardian/guardian-management</url>
        <connection>scm:git:git@github.com:guardian/guardian-management.git</connection>
    </scm>
    <developers>
        <developer>
            <id>philwills</id>
            <name>Phil Wills</name>
            <url>https://github.com/philwills</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.2</version>
        </dependency>
        <dependency>
            <groupId>com.gu</groupId>
            <artifactId>management_2.12</artifactId>
            <version>5.41</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.2.3</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.4</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>