<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.thomasglasser.sherdsapi</groupId>
  <artifactId>sherdsapi-common-1.20.4</artifactId>
  <version>4.1.2</version>
  <name>Sherds API</name>
  <description>Makes adding new pottery sherds easier</description>
  <url>https://github.com/thomasglasser/Sherds-API/wiki</url>
  <licenses>
    <license>
      <name>GPL-3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Thomas Glasser</id>
      <name>Thomas Glasser</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/thomasglasser/Sherds-API.git</connection>
    <developerConnection>scm:git:ssh://github.com:thomasglasser/Sherds-API.git</developerConnection>
    <url>http://github.com/thomasglasser/Sherds-API/tree/1.20.4</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/thomasglasser/Sherds-API/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.thomasglasser.tommylib</groupId>
      <artifactId>tommylib-common-1.20.4</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
