<?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.snowplowanalytics</groupId>
    <artifactId>iglu-scala-client-http4s_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Resolver for Iglu schema repositories backed by a http4s client</description>
    <url>http://snowplowanalytics.com</url>
    <version>1.3.1-M2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>iglu-scala-client-http4s</name>
    <organization>
        <name>com.snowplowanalytics</name>
        <url>http://snowplowanalytics.com</url>
    </organization>
    <scm>
        <url>https://github.com/snowplow/iglu-scala-client</url>
        <connection>scm:git:https://github.com/snowplow/iglu-scala-client.git</connection>
        <developerConnection>scm:git:git@github.com:snowplow/iglu-scala-client.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>Snowplow Analytics Ltd</id>
            <name>Snowplow Analytics Ltd</name>
            <url>https://snowplowanalytics.com</url>
            <email>support@snowplowanalytics.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.14</version>
        </dependency>
        <dependency>
            <groupId>com.snowplowanalytics</groupId>
            <artifactId>iglu-scala-client_2.12</artifactId>
            <version>1.3.1-M2</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-client_2.12</artifactId>
            <version>0.21.24</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_2.12</artifactId>
            <version>0.21.24</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.12</artifactId>
            <version>0.14.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_2.12</artifactId>
            <version>4.9.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.codecommit</groupId>
            <artifactId>cats-effect-testing-specs2_2.12</artifactId>
            <version>0.5.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-dsl_2.12</artifactId>
            <version>0.21.24</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>