<?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.comcast</groupId>
    <artifactId>ip4s-test-kit_2.13</artifactId>
    <packaging>jar</packaging>
    <description>ip4s-test-kit</description>
    <url>https://github.com/Comcast/ip4s</url>
    <version>3.4.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>ip4s-test-kit</name>
    <inceptionYear>2018</inceptionYear>
    <organization>
        <name>Comcast Cable Communications Management, LLC</name>
    </organization>
    <scm>
        <url>https://github.com/Comcast/ip4s</url>
        <connection>scm:git:https://github.com/Comcast/ip4s.git</connection>
        <developerConnection>scm:git:git@github.com:Comcast/ip4s.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>Comcast</id>
            <name>ip4s contributors</name>
            <url>https://github.com/Comcast/ip4s/contributors</url>
            <email>@Comcast</email>
        </developer>
        <developer>
            <id>mpilquist</id>
            <name>Michael Pilquist</name>
            <url>https://github.com/mpilquist</url>
            <email>@mpilquist</email>
        </developer>
        <developer>
            <id>matthughes</id>
            <name>Matt Hughes</name>
            <url>https://github.com/matthughes</url>
            <email>@matthughes</email>
        </developer>
        <developer>
            <id>nequissimus</id>
            <name>Tim Steinbach</name>
            <url>https://github.com/nequissimus</url>
            <email>@nequissimus</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/com.comcast/ip4s-test-kit_2.13/3.4.0/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/Comcast/ip4s/releases/tag/v3.4.0</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.12</version>
        </dependency>
        <dependency>
            <groupId>com.comcast</groupId>
            <artifactId>ip4s-core_2.13</artifactId>
            <version>3.4.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_2.13</artifactId>
            <version>0.1.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.13</artifactId>
            <version>1.17.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit-scalacheck_2.13</artifactId>
            <version>1.0.0-M10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>munit-cats-effect_2.13</artifactId>
            <version>2.0.0-M3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>32.1.3-jre</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>