<?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>com.github.mcjty</groupId>
  <artifactId>mcjtylib</artifactId>
  <version>1.20-8.0.7.7</version>
  <name>McJtyLib</name>
  <description>Base mod for all McJty tech mods</description>
  <licenses>
    <license>
      <name>MIT</name>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>McJty</id>
      <name>McJty</name>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:McJtyMods/McJtyLib.git</connection>
    <developerConnection>scm:git:git@github.com:McJtyMods/McJtyLib.git</developerConnection>
    <url>https://github.com/McJtyMods/McJtyLib</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/McJtyMods/McJtyLib/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>mcjty.theoneprobe</groupId>
      <artifactId>theoneprobe</artifactId>
      <version>1.20.0-9.0.0-1_mapped_parchment_2023.09.03-1.20.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>vazkii.patchouli</groupId>
      <artifactId>Patchouli</artifactId>
      <version>1.20.1-81-FORGE_mapped_parchment_2023.09.03-1.20.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.minecraftforge</groupId>
      <artifactId>forge</artifactId>
      <version>1.20.1-47.1.3_mapped_parchment_2023.09.03-1.20.1_at_166f2ae1edd75fa7eaae9cc59e9edcc65b67d4d0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>mezz.jei</groupId>
      <artifactId>jei-1.20.1-forge</artifactId>
      <version>15.2.0.23_mapped_parchment_2023.09.03-1.20.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
