<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <artifactId>root</artifactId>
        <groupId>com.github.shynixn.petblocks</groupId>
        <version>7.1.0</version>
    </parent>

    <version>7.1.0</version>
    <artifactId>petblocks-bukkit-api</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.github.shynixn.petblocks</groupId>
            <artifactId>petblocks-api</artifactId>
            <version>7.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-jdk14</artifactId>
            <version>1.7.25</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft18R1</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.8.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft18R2</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.8.3.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft18R3</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.8.8.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft19R1</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.9.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft19R2</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.9.4.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft110R1</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.10.2.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft111R1</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.11.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net</groupId>
            <artifactId>minecraft112R1</artifactId>
            <scope>system</scope>
            <version>1.0</version>
            <systemPath>${basedir}/../lib/spigot-1.12.jar</systemPath>
        </dependency>
    </dependencies>

</project>