<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>org.cyclops.structuredcrafting</groupId>
  <artifactId>StructuredCrafting</artifactId>
  <version>1.12.2-0.1.12-107</version>
  <name>StructuredCrafting</name>
  <description>Craft stuff in your world, automatically.</description>
  <url>https://github.com/CyclopsMC/StructuredCrafting</url>
  <developers>
    <developer>
      <id>rubensworks</id>
      <name>rubensworks</name>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/CyclopsMC/StructuredCrafting.git</connection>
    <developerConnection>scm:git:git@github.com:CyclopsMC/StructuredCrafting.git</developerConnection>
    <url>https://github.com/CyclopsMC/StructuredCrafting</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/CyclopsMC/StructuredCrafting/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.cyclops.cyclopscore</groupId>
      <artifactId>CyclopsCore</artifactId>
      <version>1.12.2-0.11.0-781</version>
      <classifier>deobf</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.14.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
