<?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>api-platform-test-tpd-domain_2.13</artifactId>
    <packaging>jar</packaging>
    <description>api-platform-test-tpd-domain</description>
    <url>https://github.com/hmrc/api-platform-tpd-domain</url>
    <version>0.7.0</version>
    <name>api-platform-test-tpd-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/api-platform-tpd-domain</url>
        <connection>scm:git:https://github.com/hmrc/api-platform-tpd-domain.git</connection>
        <developerConnection>scm:git:git@github.com:hmrc/api-platform-tpd-domain.git</developerConnection>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.12</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>api-platform-tpd-domain_2.13</artifactId>
            <version>0.7.0</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>api-platform-common-domain_2.13</artifactId>
            <version>0.15.0</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>api-platform-test-common-domain_2.13</artifactId>
            <version>0.15.0</version>
        </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>