<?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>org.http4s</groupId>
    <artifactId>blaze-http_2.13</artifactId>
    <packaging>jar</packaging>
    <description>NIO Framework for Scala</description>
    <url>https://github.com/http4s/blaze</url>
    <version>0.15.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>blaze-http</name>
    <inceptionYear>2014</inceptionYear>
    <organization>
        <name>http4s.org</name>
        <url>https://github.com/http4s/blaze</url>
    </organization>
    <scm>
        <url>https://github.com/http4s/blaze</url>
        <connection>scm:git:https://github.com/http4s/blaze.git</connection>
        <developerConnection>scm:git:git@github.com:http4s/blaze.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>rossabaker</id>
            <name>Ross A. Baker</name>
            <url>https://github.com/rossabaker</url>
            <email>@rossabaker</email>
        </developer>
        <developer>
            <id>bryce-anderson</id>
            <name>Bryce L. Anderson</name>
            <url>https://github.com/bryce-anderson</url>
            <email>bryce.anderson22@gamil.com</email>
        </developer>
        <developer>
            <id>rossabaker</id>
            <name>Ross A. Baker</name>
            <url>https://github.com/rossabaker</url>
            <email>ross@rossabaker.com</email>
        </developer>
        <developer>
            <id>ChristopherDavenport</id>
            <name>Christopher Davenport</name>
            <url>https://github.com/ChristopherDavenport</url>
            <email>chris@christopherdavenport.tech</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.6</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>blaze-core_2.13</artifactId>
            <version>0.15.2</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>hpack</artifactId>
            <version>1.0.2</version>
        </dependency>
    </dependencies>
</project>