<?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>com.gu</groupId>
    <artifactId>mobile-notifications-api-models_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Scala models for the Guardian Push Notifications API</description>
    <url>https://github.com/guardian/mobile-n10n</url>
    <version>3.0.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>mobile-notifications-api-models</name>
    <organization>
        <name>com.gu</name>
        <url>https://github.com/guardian/mobile-n10n</url>
    </organization>
    <scm>
        <url>https://github.com/guardian/mobile-n10n</url>
        <connection>git@github.com:guardian/mobile-n10n.git</connection>
    </scm>
    <developers>
        <developer>
            <id>guardian</id>
            <name>guardian</name>
            <url>https://github.com/guardian</url>
            <email>automated.maven.release.admins@theguardian.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.14</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-json_2.13</artifactId>
            <version>3.0.4</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_2.13</artifactId>
            <version>4.8.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-mock_2.13</artifactId>
            <version>4.8.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.17.2</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-cbor</artifactId>
            <version>2.17.2</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.module</groupId>
            <artifactId>jackson-module-scala_2.13</artifactId>
            <version>2.17.2</version>
        </dependency>
    </dependencies>
</project>