<?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.realyusufismail</groupId>
  <artifactId>RealYusufIsmail-Core</artifactId>
  <version>1.19-1.0.0</version>
  <name>realyusufismailcore</name>
  <description>RealYusuf Ismail's Core. The main library for all my Minecraft mods.</description>
  <url>https://github.com/RealYusufIsmail/RealYusufIsmail-Core</url>
  <licenses>
    <license>
      <name>BSD 3-Clause "New" or "Revised" License</name>
      <url>https://github.com/RealYusufIsmail/RealYusufIsmail-Core/blob/1.19/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yusuf</id>
      <name>Yusuf Ismail</name>
      <email>ysufgamer222@gmail.com</email>
      <organization>Real Yusuf Ismail</organization>
      <organizationUrl>https://github.com/RealYusufIsmail/RealYusufIsmail-Core</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/RealYusufIsmail/RealYusufIsmail-Core.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/RealYusufIsmail/RealYusufIsmail-Core.git</developerConnection>
    <url>github.com/RealYusufIsmail/RealYusufIsmail-Core</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.11</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-core</artifactId>
      <version>1.2.11</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.minecraftforge</groupId>
      <artifactId>forge</artifactId>
      <version>1.19-41.0.45_mapped_official_1.19</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
