<?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>mongo-feature-toggles-client-play-30_2.13</artifactId>
    <packaging>jar</packaging>
    <description>mongo-feature-toggles-client-play-30</description>
    <url>https://github.com/hmrc/mongo-feature-toggles-client</url>
    <version>1.3.0</version>
    <name>mongo-feature-toggles-client-play-30</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/mongo-feature-toggles-client</url>
        <connection>scm:git:https://github.com/hmrc/mongo-feature-toggles-client.git</connection>
        <developerConnection>scm:git:git@github.com:hmrc/mongo-feature-toggles-client.git</developerConnection>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.12</version>
        </dependency>
        <dependency>
            <groupId>org.playframework.twirl</groupId>
            <artifactId>twirl-api_2.13</artifactId>
            <version>2.0.4</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-server_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-test_2.13</artifactId>
            <version>3.0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-logback_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-pekko-http-server_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-filters-helpers_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-caffeine-cache_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>bootstrap-frontend-play-30_2.13</artifactId>
            <version>8.5.0</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc.mongo</groupId>
            <artifactId>hmrc-mongo-play-30_2.13</artifactId>
            <version>1.7.0</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>internal-auth-client-play-30_2.13</artifactId>
            <version>1.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-collection-compat_2.13</artifactId>
            <version>2.11.0</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>bootstrap-test-play-30_2.13</artifactId>
            <version>8.5.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc.mongo</groupId>
            <artifactId>hmrc-mongo-test-play-30_2.13</artifactId>
            <version>1.7.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-scala-scalatest_2.13</artifactId>
            <version>1.17.30</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>hmrc-releases</id>
            <name>hmrc-releases</name>
            <url>https://artefacts.tax.service.gov.uk/artifactory/hmrc-releases/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>third-party-maven-releases</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>third-party-sbt-releases</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>