<?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.yusufsdiscordbot</groupId>
  <artifactId>annotations</artifactId>
  <version>1.0.9</version>
  <name>Yusuf's Discord Core annotations</name>
  <description>All the annotations for the yusufsdiscordcore library</description>
  <url>https://github.com/YusufsDiscordbot/YusufIsmails-Discord-core</url>
  <licenses>
    <license>
      <name>GNU Library General Public License version 3</name>
      <url>https://github.com/YusufsDiscordbot/YusufIsmails-Discord-core/blob/Master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yusuf</id>
      <name>Yusuf Ismail</name>
      <email>ysufgamer222@gmail.com</email>
      <organization>Yusufs Discord bot</organization>
      <organizationUrl>https://github.com/YusufsDiscordbot</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/YusufsDiscordbot/YusufIsmails-Discord-core.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/YusufsDiscordbot/YusufIsmails-Discord-core.git</developerConnection>
    <url>github.com/YusufsDiscordbot/YusufIsmails-Discord-core</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains</groupId>
        <artifactId>annotations</artifactId>
        <version>23.0.0</version>
      </dependency>
      <dependency>
        <groupId>io.github.yusufsdiscordbot</groupId>
        <artifactId>annotations</artifactId>
        <version>1.0.8</version>
      </dependency>
      <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-collections4</artifactId>
        <version>4.4</version>
      </dependency>
      <dependency>
        <groupId>org.apache.logging.log4j</groupId>
        <artifactId>log4j-api</artifactId>
        <version>2.17.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.logging.log4j</groupId>
        <artifactId>log4j-core</artifactId>
        <version>2.17.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.logging.log4j</groupId>
        <artifactId>log4j-slf4j18-impl</artifactId>
        <version>2.17.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j18-impl</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-collections4</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
