<?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>net.raphimc</groupId>
  <artifactId>ViaBedrock</artifactId>
  <version>0.0.27-SNAPSHOT</version>
  <name>ViaBedrock</name>
  <description>ViaVersion addon to add support for Minecraft: Bedrock Edition servers</description>
  <url>https://github.com/RaphiMC/ViaBedrock</url>
  <licenses>
    <license>
      <name>GPL-3.0 License</name>
      <url>https://github.com/RaphiMC/ViaBedrock/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>RK_01</id>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/RaphiMC/ViaBedrock.git</connection>
    <developerConnection>scm:git:ssh://github.com/RaphiMC/ViaBedrock.git</developerConnection>
    <url>https://github.com/RaphiMC/ViaBedrock.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-codec-http</artifactId>
      <version>4.2.12.Final</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-codec-compression</artifactId>
      <version>4.2.12.Final</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.jsonwebtoken</groupId>
      <artifactId>jjwt-impl</artifactId>
      <version>0.13.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.jsonwebtoken</groupId>
      <artifactId>jjwt-gson</artifactId>
      <version>0.13.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.google.code.gson</groupId>
          <artifactId>gson</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.lenni0451.mcstructs-bedrock</groupId>
      <artifactId>text</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.google.code.gson</groupId>
          <artifactId>gson</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.lenni0451.mcstructs-bedrock</groupId>
      <artifactId>forms</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.google.code.gson</groupId>
          <artifactId>gson</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.viaversion.mcstructs</groupId>
      <artifactId>dialog</artifactId>
      <version>5-3.2.2-20251210.004302-1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.viaversion.mcstructs</groupId>
          <artifactId>core</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.viaversion.mcstructs</groupId>
          <artifactId>converter</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.viaversion.mcstructs</groupId>
          <artifactId>snbt</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.viaversion.mcstructs</groupId>
          <artifactId>text</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.vdurmont</groupId>
      <artifactId>semver4j</artifactId>
      <version>3.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.mojang</groupId>
      <artifactId>brigadier</artifactId>
      <version>1.3.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>at.yawk.lz4</groupId>
      <artifactId>lz4-java</artifactId>
      <version>1.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.oryxel1</groupId>
      <artifactId>CubeConverter</artifactId>
      <version>5b4fce77c4</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>team.unnamed</groupId>
      <artifactId>mocha</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
