<?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.mongo</groupId>
    <artifactId>hmrc-mongo-work-item-repo-play-27_2.12</artifactId>
    <packaging>jar</packaging>
    <description>hmrc-mongo-work-item-repo-play-27</description>
    <url>https://github.com/hmrc/hmrc-mongo</url>
    <version>0.45.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>hmrc-mongo-work-item-repo-play-27</name>
    <organization>
        <name>uk.gov.hmrc.mongo</name>
        <url>https://www.gov.uk/government/organisations/hm-revenue-customs</url>
    </organization>
    <scm>
        <url>https://github.com/hmrc/hmrc-mongo</url>
        <connection>https://github.com/hmrc/hmrc-mongo.git</connection>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.12</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc.mongo</groupId>
            <artifactId>hmrc-mongo-metrix-play-27_2.12</artifactId>
            <version>0.45.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>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>