<?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>pan-domain-auth-play_2.11</artifactId>
    <packaging>jar</packaging>
    <description>pan-domain-auth-play</description>
    <version>0.2.13</version>
    <licenses>
        <license>
            <name>Apache V2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>pan-domain-auth-play</name>
    <organization>
        <name>com.gu</name>
    </organization>
    <scm>
        <url>https://github.com/guardian/pan-domain-authentication</url>
        <connection>scm:git:git@github.com:guardian/pan-domain-authentication.git</connection>
    </scm>
    <url>https://github.com/guardian/an-domain-authentication</url>
    <developers>
        <developer>
            <id>steppenwells</id>
            <name>Stephen Wells</name>
            <url>https://github.com/steppenwells</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.1</version>
        </dependency>
        <dependency>
            <groupId>com.gu</groupId>
            <artifactId>pan-domain-auth-core_2.11</artifactId>
            <version>0.2.13</version>
        </dependency>
        <dependency>
            <groupId>com.gu</groupId>
            <artifactId>pan-domain-auth-verification_2.11</artifactId>
            <version>0.2.13</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play_2.11</artifactId>
            <version>2.3.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play-ws_2.11</artifactId>
            <version>2.3.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.9</version>
        </dependency>
    </dependencies>
</project>