<?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>io.github.kosmx.emotes</groupId>
  <artifactId>emotesGeyser</artifactId>
  <version>3.2.0-b.build.149</version>
  <packaging>pom</packaging>
  <name>emotesGeyser</name>
  <description>Minecraft Emotecraft Geyser extension</description>
  <url>https://github.com/KosmX/emotes</url>
  <licenses>
    <license>
      <name>GPL3</name>
      <url>https://github.com/KosmX/emotes/blob/HEAD/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kosmx</id>
      <name>KosmX</name>
      <email>kosmx.mc@gmail.com</email>
    </developer>
    <developer>
      <id>dima_dencep</id>
      <name>dima_dencep</name>
      <email>dima_dencep@redlance.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/kosmx/emotes.git</connection>
    <developerConnection>scm:git:github.com/kosmx/emotes.git</developerConnection>
    <url>https://github.com/KosmX/emotes</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.kosmx.emotes</groupId>
      <artifactId>emotesAssets</artifactId>
      <version>3.2.0-b.build.149</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.kosmx.emotes</groupId>
      <artifactId>emotesServer</artifactId>
      <version>3.2.0-b.build.149</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>slf4j-api</artifactId>
        </exclusion>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>netty-buffer</artifactId>
        </exclusion>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>jspecify</artifactId>
        </exclusion>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>fastutil</artifactId>
        </exclusion>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>error_prone_annotations</artifactId>
        </exclusion>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>gson</artifactId>
        </exclusion>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>guava</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jetbrains</groupId>
          <artifactId>annotations</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.cloudburstmc.fastutil.maps</groupId>
      <artifactId>byte-byte-maps</artifactId>
      <version>8.5.15</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.cloudburstmc.fastutil.maps</groupId>
      <artifactId>byte-object-maps</artifactId>
      <version>8.5.15</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.cloudburstmc.fastutil.commons</groupId>
      <artifactId>float-common</artifactId>
      <version>8.5.15</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.redlance.common-utils</groupId>
      <artifactId>reflect</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>9.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-commons</artifactId>
      <version>9.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.geysermc.geyser</groupId>
      <artifactId>standalone</artifactId>
      <version>2.9.4-SNAPSHOT</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
