<?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>io.d11</groupId>
    <artifactId>zhttp_3</artifactId>
    <packaging>jar</packaging>
    <description>zhttp</description>
    <url>https://github.com/dream11/zio-http</url>
    <version>2.0.0-RC10</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>https://github.com/dream11/zio-http/blob/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>zhttp</name>
    <organization>
        <name>d11</name>
        <url>https://github.com/dream11/zio-http</url>
    </organization>
    <scm>
        <url>https://github.com/dream11/zio-http</url>
        <connection>scm:git@github.com:dream11/zio-http.git</connection>
    </scm>
    <developers>
        <developer>
            <id>tusharmath</id>
            <name>Tushar Mathur</name>
            <url>https://github.com/tusharmath</url>
            <email>tushar@dream11.com</email>
        </developer>
        <developer>
            <id>amitksingh1490</id>
            <name>Amit Kumar Singh</name>
            <url>https://github.com/amitksingh1490</url>
            <email>amit.singh@dream11.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>io.d11</groupId>
            <artifactId>zhttp-logging_3</artifactId>
            <version>2.0.0-RC10</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.1.3</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-codec-http</artifactId>
            <version>4.1.79.Final</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-handler-proxy</artifactId>
            <version>4.1.79.Final</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-epoll</artifactId>
            <version>4.1.79.Final</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-epoll</artifactId>
            <version>4.1.79.Final</version>
            <scope>runtime</scope>
            <classifier>linux-x86_64</classifier>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-epoll</artifactId>
            <version>4.1.79.Final</version>
            <scope>runtime</scope>
            <classifier>linux-aarch_64</classifier>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-kqueue</artifactId>
            <version>4.1.79.Final</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-kqueue</artifactId>
            <version>4.1.79.Final</version>
            <scope>runtime</scope>
            <classifier>osx-x86_64</classifier>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-kqueue</artifactId>
            <version>4.1.79.Final</version>
            <scope>runtime</scope>
            <classifier>osx-aarch_64</classifier>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio_3</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-streams_3</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test_3</artifactId>
            <version>2.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test-sbt_3</artifactId>
            <version>2.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.netty.incubator</groupId>
            <artifactId>netty-incubator-transport-native-io_uring</artifactId>
            <version>0.0.14.Final</version>
            <classifier>linux-x86_64</classifier>
        </dependency>
    </dependencies>
</project>