<?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.criteo.cuttle</groupId>
    <artifactId>cuttle_2.11</artifactId>
    <packaging>jar</packaging>
    <description>cuttle</description>
    <version>0.1.5</version>
    <name>cuttle</name>
    <organization>
        <name>com.criteo.cuttle</name>
    </organization>
    <url>https://github.com/criteo/cuttle</url>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:github.com/criteo/cuttle.git</connection>
        <developerConnection>scm:git:git@github.com:criteo/cuttle.git</developerConnection>
        <url>github.com/criteo/cuttle</url>
    </scm>
    <developers>
        <developer>
            <name>Guillaume Bort</name>
            <email>g.bort@criteo.com</email>
            <url>https://github.com/guillaumebort</url>
            <organization>Criteo</organization>
            <organizationUrl>http://www.criteo.com</organizationUrl>
        </developer>
        <developer>
            <name>Adrien Surée</name>
            <email>a.suree@criteo.com</email>
            <url>https://github.com/haveo</url>
            <organization>Criteo</organization>
            <organizationUrl>http://www.criteo.com</organizationUrl>
        </developer>
        <developer>
            <name>Justin coffey</name>
            <email>j.coffey@criteo.com</email>
            <url>https://github.com/jqcoffey</url>
            <organization>Criteo</organization>
            <organizationUrl>http://www.criteo.com</organizationUrl>
        </developer>
        <developer>
            <name>Vincent Guerci</name>
            <email>v.guerci@criteo.com</email>
            <url>https://github.com/vguerci</url>
            <organization>Criteo</organization>
            <organizationUrl>http://www.criteo.com</organizationUrl>
        </developer>
        <developer>
            <name>Alexandre Careil</name>
            <email>a.careil@criteo.com</email>
            <url>https://github.com/hhalex</url>
            <organization>Criteo</organization>
            <organizationUrl>http://www.criteo.com</organizationUrl>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.11</version>
        </dependency>
        <dependency>
            <groupId>com.criteo.lolhttp</groupId>
            <artifactId>lolhttp_2.11</artifactId>
            <version>0.4.3</version>
        </dependency>
        <dependency>
            <groupId>com.criteo.lolhttp</groupId>
            <artifactId>loljson_2.11</artifactId>
            <version>0.4.3</version>
        </dependency>
        <dependency>
            <groupId>com.criteo.lolhttp</groupId>
            <artifactId>lolhtml_2.11</artifactId>
            <version>0.4.3</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.11</artifactId>
            <version>0.7.1</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_2.11</artifactId>
            <version>0.7.1</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.11</artifactId>
            <version>0.7.1</version>
        </dependency>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>fingertree_2.11</artifactId>
            <version>1.5.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-stm</groupId>
            <artifactId>scala-stm_2.11</artifactId>
            <version>0.8</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.11.9</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats_2.11</artifactId>
            <version>0.9.0</version>
        </dependency>
        <dependency>
            <groupId>codes.reactive</groupId>
            <artifactId>scala-time_2.11</artifactId>
            <version>0.4.1</version>
        </dependency>
        <dependency>
            <groupId>com.zaxxer</groupId>
            <artifactId>nuprocess</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-core-cats_2.11</artifactId>
            <version>0.4.1</version>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-hikari-cats_2.11</artifactId>
            <version>0.4.1</version>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>6.0.6</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>