<?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>io.github.opencubicchunks</groupId>
  <artifactId>cubicchunks-api</artifactId>
  <version>1.12.2-0.0-SNAPSHOT</version>
  <name>Cubic Chunks API</name>
  <description>API for CubicChunks mod for Minecraft</description>
  <url>https://github.com/OpenCubicChunks/CubicChunks</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://www.tldrlegal.com/license/mit-license</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Barteks2x</id>
      <name>Barteks2x</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/OpenCubicChunks/CubicChunks.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:OpenCubicChunks/CubicChunks.git</developerConnection>
    <url>https://github.com/OpenCubicChunks/RegionLib</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/OpenCubicChunks/CubicChunks/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.flowpowered</groupId>
      <artifactId>flow-noise</artifactId>
      <version>1.0.1-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.typesafe</groupId>
      <artifactId>config</artifactId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.opencubicchunks</groupId>
      <artifactId>regionlib</artifactId>
      <version>0.63.0-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.spongepowered</groupId>
      <artifactId>mixin</artifactId>
      <version>0.8.1-SNAPSHOT</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
