<?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-common-domain_2.13</artifactId>
    <packaging>jar</packaging>
    <description>api-platform-common-domain</description>
    <url>https://github.com/hmrc/api-platform-common-domain</url>
    <version>0.5.0</version>
    <name>api-platform-common-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-common-domain</url>
        <connection>scm:git:https://github.com/hmrc/api-platform-common-domain.git</connection>
        <developerConnection>scm:git:git@github.com:hmrc/api-platform-common-domain.git</developerConnection>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play-json_2.13</artifactId>
            <version>2.9.3</version>
        </dependency>
        <dependency>
            <groupId>uk.gov.hmrc</groupId>
            <artifactId>play-json-union-formatter_2.13</artifactId>
            <version>1.18.0-play-28</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.13</artifactId>
            <version>2.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.14</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.vladsch.flexmark</groupId>
            <artifactId>flexmark-all</artifactId>
            <version>0.62.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-scala-scalatest_2.13</artifactId>
            <version>1.17.7</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>