<?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>uk.gov.hmrc</groupId>
    <artifactId>government-gateway-domain_2.11</artifactId>
    <packaging>jar</packaging>
    <description>government-gateway-domain</description>
    <url>https://github.com/hmrc/government-gateway-domain</url>
    <version>1.19.0</version>
    <name>government-gateway-domain</name>
    <organization>
        <name>uk.gov.hmrc</name>
        <url>https://www.gov.uk/government/organisations/hm-revenue-customs</url>
    </organization>
    <scm>
        <url>https://github.com/hmrc/government-gateway-domain</url>
        <connection>https://github.com/hmrc/government-gateway-domain.git</connection>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.11</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>twirl-api_2.11</artifactId>
            <version>1.1.1</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play_2.11</artifactId>
            <version>2.5.12</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>play-config_2.11</artifactId>
            <version>4.3.0</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>http-verbs_2.11</artifactId>
            <version>7.3.0</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>play-ui_2.11</artifactId>
            <version>7.14.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.2.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>2.7.19</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>hmrctest_2.11</artifactId>
            <version>3.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>play-language_2.11</artifactId>
            <version>3.4.0</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>hmrcreleases</id>
            <name>hmrc-releases</name>
            <url>https://artefacts.tax.service.gov.uk/artifactory/hmrc-releases/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>hmrcsbtpluginreleases</id>
            <name>hmrc-sbt-plugin-releases</name>
            <url>https://artefacts.tax.service.gov.uk/artifactory/hmrc-sbt-plugin-releases/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>thirdpartymavenreleases</id>
            <name>third-party-maven-releases</name>
            <url>https://artefacts.tax.service.gov.uk/artifactory/third-party-maven-releases/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>thirdpartysbtreleases</id>
            <name>third-party-sbt-releases</name>
            <url>https://artefacts.tax.service.gov.uk/artifactory/third-party-sbt-releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>