<?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.identity</groupId>
    <artifactId>identity-play-auth_2.11</artifactId>
    <packaging>jar</packaging>
    <description>A small client library for Guardian Identity authentication with the Play framework</description>
    <version>0.14</version>
    <licenses>
        <license>
            <name>Apache V2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>identity-play-auth</name>
    <organization>
        <name>com.gu.identity</name>
    </organization>
    <scm>
        <url>https://github.com/guardian/identity-play-auth</url>
        <connection>scm:git:git@github.com:guardian/identity-play-auth.git</connection>
    </scm>
    <url>https://github.com/guardian/identity-auth</url>
    <developers>
        <developer>
            <id>rtyley</id>
            <name>Roberto Tyley</name>
            <url>https://github.com/rtyley</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play_2.11</artifactId>
            <version>2.4.6</version>
        </dependency>
        <dependency>
            <groupId>com.github.nscala-time</groupId>
            <artifactId>nscala-time_2.11</artifactId>
            <version>2.4.0</version>
        </dependency>
        <dependency>
            <groupId>com.gu.identity</groupId>
            <artifactId>identity-cookie_2.11</artifactId>
            <version>3.46</version>
        </dependency>
        <dependency>
            <groupId>com.gu</groupId>
            <artifactId>identity-test-users_2.11</artifactId>
            <version>0.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>play_2.11</artifactId>
            <version>1.4.0-M4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalactic</groupId>
            <artifactId>scalactic_2.11</artifactId>
            <version>2.2.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>