<?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.reactivecore</groupId>
    <artifactId>fhttp-akka_2.12</artifactId>
    <packaging>jar</packaging>
    <description>fhttp-akka</description>
    <url>https://github.com/reactivecore/fhttp</url>
    <version>0.3.0</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>fhttp-akka</name>
    <organization>
        <name>net.reactivecore</name>
        <url>https://github.com/reactivecore/fhttp</url>
    </organization>
    <scm>
        <url>https://github.com/reactivecore/fhttp</url>
        <connection>scm:git:https://github.com/reactivecore/fhttp.git</connection>
        <developerConnection>scm:git:git@github.com:reactivecore/fhttp.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>nob13</id>
            <name>Norbert Schultz</name>
            <url>https://www.reactivecore.de</url>
            <email>norbert.schultz@reactivecore.de</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-compiler</artifactId>
            <version>2.12.13</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.13</version>
        </dependency>
        <dependency>
            <groupId>net.reactivecore</groupId>
            <artifactId>fhttp-core_2.12</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-actor_2.12</artifactId>
            <version>2.6.14</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream_2.12</artifactId>
            <version>2.6.14</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-http_2.12</artifactId>
            <version>10.2.4</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.12.13</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>