<?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.compstak</groupId>
    <artifactId>kafka-connect-http4s_2.12</artifactId>
    <packaging>jar</packaging>
    <description>kafka-connect-http4s</description>
    <url>https://github.com/compstak/circe-geojson</url>
    <version>0.4.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>kafka-connect-http4s</name>
    <organization>
        <name>com.compstak</name>
        <url>https://github.com/compstak/circe-geojson</url>
    </organization>
    <scm>
        <url>https://github.com/compstak/kafka-connect-http4s</url>
        <connection>scm:git:https://github.com/compstak/kafka-connect-http4s.git</connection>
        <developerConnection>scm:git:git@github.com:compstak/kafka-connect-http4s.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>LukaJCB</id>
            <name>Luka Jacobowitz</name>
            <url>https://github.com/LukaJCB</url>
            <email>luka.jacobowitz@gmail.com</email>
        </developer>
        <developer>
            <id>pedrofurla</id>
            <name>Pedro Furlanetto</name>
            <url>https://github.com/pedrofurla</url>
            <email>pedrofurla@gmail.com</email>
        </developer>
        <developer>
            <id>goedelsoup</id>
            <name>Cory Parent</name>
            <url>https://github.com/goedelsoup</url>
            <email>goedelsoup@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.10</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-client_2.12</artifactId>
            <version>0.21.6</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_2.12</artifactId>
            <version>0.21.6</version>
        </dependency>
    </dependencies>
</project>