<?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.github.tharwaninitin</groupId>
    <artifactId>etlflow-scheduler_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Functional, Composable library in Scala for writing ETL jobs</description>
    <url>https://github.com/tharwaninitin/etlflow</url>
    <version>0.7.19</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>etlflow-scheduler</name>
    <organization>
        <name>github</name>
        <url>https://github.com/tharwaninitin/etlflow</url>
    </organization>
    <scm>
        <url>https://github.com/tharwaninitin/etlflow</url>
        <connection>scm:git@github.com:tharwaninitin/etlflow.git</connection>
    </scm>
    <developers>
        <developer>
            <id>tharwaninitin</id>
            <name>Nitin Tharwani</name>
            <url>https://github.com/tharwaninitin</url>
            <email>tharwaninitin182@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.10</version>
        </dependency>
        <dependency>
            <groupId>com.github.tharwaninitin</groupId>
            <artifactId>etlflow-core_2.12</artifactId>
            <version>0.7.19</version>
        </dependency>
        <dependency>
            <groupId>com.github.ghostdogpr</groupId>
            <artifactId>caliban_2.12</artifactId>
            <version>0.7.5</version>
        </dependency>
        <dependency>
            <groupId>com.github.ghostdogpr</groupId>
            <artifactId>caliban-http4s_2.12</artifactId>
            <version>0.7.5</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-prometheus-metrics_2.12</artifactId>
            <version>0.21.3</version>
        </dependency>
        <dependency>
            <groupId>eu.timepit</groupId>
            <artifactId>fs2-cron-core_2.12</artifactId>
            <version>0.2.2</version>
        </dependency>
        <dependency>
            <groupId>com.pauldijou</groupId>
            <artifactId>jwt-core_2.12</artifactId>
            <version>4.2.0</version>
        </dependency>
    </dependencies>
</project>