mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-12-01 22:53:38 +01:00
45 lines
1.6 KiB
XML
45 lines
1.6 KiB
XML
|
<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>
|
||
|
<version>WorldGuard-6_1_3</version>
|
||
|
|
||
|
<parent>
|
||
|
<groupId>me.wiefferink</groupId>
|
||
|
<artifactId>areashop-parent</artifactId>
|
||
|
<version>parent</version>
|
||
|
</parent>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.bukkit</groupId>
|
||
|
<artifactId>bukkit</artifactId>
|
||
|
<version>1.7.9-R0.2</version>
|
||
|
<type>jar</type>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>me.wiefferink</groupId>
|
||
|
<artifactId>areashop-interface</artifactId>
|
||
|
<version>AreaShopInterface</version>
|
||
|
<type>jar</type>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>me.wiefferink</groupId>
|
||
|
<artifactId>areashop-worldguard-6</artifactId>
|
||
|
<version>WorldGuard-6</version>
|
||
|
<type>jar</type>
|
||
|
<scope>compile</scope>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.sk89q.worldguard</groupId>
|
||
|
<artifactId>worldguard-legacy</artifactId>
|
||
|
<version>6.1.3-SNAPSHOT</version>
|
||
|
<scope>provided</scope>
|
||
|
<type>jar</type>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|