<?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">
    <parent>
        <artifactId>root</artifactId>
        <groupId>com.github.shynixn.ball</groupId>
        <version>1.3</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>ball-bukkit-api</artifactId>
    <version>1.3</version>

    <dependencies>
        <dependency>
            <groupId>com.github.shynixn.ball</groupId>
            <artifactId>ball-api</artifactId>
            <version>1.3</version>
        </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>