<?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>net.ruippeixotog</groupId>
    <artifactId>akka-stream-mon_2.12</artifactId>
    <packaging>jar</packaging>
    <description>akka-stream-mon</description>
    <url>https://github.com/ruippeixotog/scala-scraper</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>akka-stream-mon</name>
    <organization>
        <name>net.ruippeixotog</name>
        <url>https://github.com/ruippeixotog/scala-scraper</url>
    </organization>
    <scm>
        <url>https://github.com/ruippeixotog/scala-scraper</url>
        <connection>scm:git:https://github.com/ruippeixotog/scala-scraper.git</connection>
        <developerConnection>scm:git:git@github.com:ruippeixotog/scala-scraper.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>ruippeixotog</id>
            <name>Rui Gonçalves</name>
            <email>ruippeixotog@gmail.com</email>
            <url>http://www.ruippeixotog.net</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.4</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream_2.12</artifactId>
            <version>2.5.11</version>
        </dependency>
        <dependency>
            <groupId>net.ruippeixotog</groupId>
            <artifactId>akka-testkit-specs2_2.12</artifactId>
            <version>0.2.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_2.12</artifactId>
            <version>4.0.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>