<?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.lightbend.cloudflow</groupId>
    <artifactId>cloudflow-streamlets_2.12</artifactId>
    <packaging>jar</packaging>
    <description>cloudflow-streamlets</description>
    <version>2.0.9</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>cloudflow-streamlets</name>
    <organization>
        <name>com.lightbend.cloudflow</name>
    </organization>
    <scm>
        <url>https://github.com/lightbend/cloudflow</url>
        <connection>scm:git@github.com:lightbend/cloudflow.git</connection>
    </scm>
    <developers>
        <developer>
            <id>agemooij</id>
            <name>Age Mooij</name>
            <url>http://lightbend.com</url>
            <email>age.mooij@gmail.com</email>
        </developer>
        <developer>
            <id>RayRoestenburg</id>
            <name>Raymond Roestenburg</name>
            <url>http://lightbend.com</url>
            <email>raymond.roestenburg@gmail.com</email>
        </developer>
        <developer>
            <id>olofwalker</id>
            <name>Robert Walker</name>
            <url>http://lightbend.com</url>
            <email>robert@walker.st</email>
        </developer>
        <developer>
            <id>maasg</id>
            <name>Gerard Maas</name>
            <url>http://lightbend.com</url>
            <email>gerard.maas@gmail.com</email>
        </developer>
        <developer>
            <id>debasishg</id>
            <name>Debasish Ghosh</name>
            <url>http://lightbend.com</url>
            <email>dghosh@acm.org</email>
        </developer>
        <developer>
            <id>seglo</id>
            <name>Sean Glover</name>
            <url>http://lightbend.com</url>
            <email>sean@seanglover.com</email>
        </developer>
        <developer>
            <id>skyluc</id>
            <name>Luc Bourlier</name>
            <url>http://lightbend.com</url>
            <email>luc.bourlier@typesafe.com</email>
        </developer>
        <developer>
            <id>skonto</id>
            <name>Stavros Kontopoulos</name>
            <url>http://lightbend.com</url>
            <email> st.kontopoulos@gmail.com</email>
        </developer>
        <developer>
            <id>yuchaoran2011</id>
            <name>Chaoran Yu</name>
            <url>http://lightbend.com</url>
            <email>yuchaoran2011@gmail.com</email>
        </developer>
    </developers>
    <url>https://github.com/lightbend/cloudflow</url>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.11</version>
        </dependency>
        <dependency>
            <groupId>io.spray</groupId>
            <artifactId>spray-json_2.12</artifactId>
            <version>1.3.5</version>
        </dependency>
        <dependency>
            <groupId>com.iheart</groupId>
            <artifactId>ficus_2.12</artifactId>
            <version>1.4.7</version>
        </dependency>
        <dependency>
            <groupId>org.apache.avro</groupId>
            <artifactId>avro</artifactId>
            <version>1.8.2</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>bijection-avro_2.12</artifactId>
            <version>0.9.6</version>
        </dependency>
        <dependency>
            <groupId>com.thesamet.scalapb</groupId>
            <artifactId>scalapb-runtime_2.12</artifactId>
            <version>0.10.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.8</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>