<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.allaymc.protocol</groupId>
  <artifactId>bedrock-connection</artifactId>
  <version>1.26.20-R4-SNAPSHOT</version>
  <name>bedrock-connection</name>
  <description>A protocol library for Minecraft: Bedrock Edition that supports multiple versions.</description>
  <url>https://github.com/AllayMC/Protocol</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>CloudburstMC Team</name>
      <organization>CloudburstMC</organization>
      <organizationUrl>https://github.com/CloudburstMC</organizationUrl>
    </developer>
    <developer>
      <name>AllayMC Team</name>
      <organization>AllayMC</organization>
      <organizationUrl>https://github.com/AllayMC</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/AllayMC/Protocol.git</connection>
    <developerConnection>scm:git:ssh://github.com/AllayMC/Protocol.git</developerConnection>
    <url>https://github.com/AllayMC/Protocol</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.allaymc.protocol</groupId>
      <artifactId>bedrock-codec</artifactId>
      <version>1.26.20-R4-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.cloudburstmc.netty</groupId>
      <artifactId>netty-transport-raknet</artifactId>
      <version>1.0.0.CR3-20260421.213623-35</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.airlift</groupId>
      <artifactId>aircompressor</artifactId>
      <version>0.27</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
