2016-06-18 23:23:22 +02:00
|
|
|
<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>
|
|
|
|
<artifactId>areashop-worldguard-6_1_3</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>AreaShop WorldGuard 6_1_3</name>
|
2018-12-27 17:42:24 +01:00
|
|
|
<version>latest</version>
|
2016-06-18 23:23:22 +02:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>me.wiefferink</groupId>
|
|
|
|
<artifactId>areashop-parent</artifactId>
|
|
|
|
<version>parent</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2018-10-28 00:48:22 +02:00
|
|
|
<scope>system</scope>
|
|
|
|
<version>any</version>
|
|
|
|
<systemPath>${project.basedir}/../dependencies/bukkit-1.7.9-R0.2.jar</systemPath>
|
|
|
|
<type>jar</type>
|
|
|
|
<optional>true</optional>
|
2016-06-18 23:23:22 +02:00
|
|
|
</dependency>
|
2018-10-28 00:48:22 +02:00
|
|
|
|
2016-06-18 23:23:22 +02:00
|
|
|
<dependency>
|
2018-10-28 00:48:22 +02:00
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>worldguard-legacy</artifactId>
|
|
|
|
<scope>system</scope>
|
|
|
|
<version>any</version>
|
|
|
|
<systemPath>${project.basedir}/../dependencies/worldguard-legacy-6.1.3-SNAPSHOT.jar</systemPath>
|
2016-06-18 23:23:22 +02:00
|
|
|
</dependency>
|
2018-10-28 00:48:22 +02:00
|
|
|
|
2016-06-18 23:23:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.wiefferink</groupId>
|
|
|
|
<artifactId>areashop-worldguard-6</artifactId>
|
2018-12-27 17:42:24 +01:00
|
|
|
<version>latest</version>
|
2016-06-18 23:23:22 +02:00
|
|
|
<type>jar</type>
|
2016-06-20 16:28:23 +02:00
|
|
|
<scope>provided</scope>
|
2016-06-18 23:23:22 +02:00
|
|
|
</dependency>
|
2018-10-28 00:48:22 +02:00
|
|
|
|
2016-06-18 23:23:22 +02:00
|
|
|
<dependency>
|
2018-10-28 00:48:22 +02:00
|
|
|
<groupId>me.wiefferink</groupId>
|
|
|
|
<artifactId>areashop-interface</artifactId>
|
2018-12-27 17:42:24 +01:00
|
|
|
<version>latest</version>
|
2018-10-28 00:48:22 +02:00
|
|
|
<type>jar</type>
|
2016-06-18 23:23:22 +02:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2018-10-28 00:00:41 +02:00
|
|
|
</project>
|