2016-01-18 02:42:47 +01: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>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.mineplex</groupId>
|
|
|
|
<artifactId>mineplex-plugin</artifactId>
|
|
|
|
<version>dev-SNAPSHOT</version>
|
|
|
|
<relativePath>../plugin.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<name>Arcade</name>
|
|
|
|
<artifactId>nautilus-game-arcade</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>mineplex-minecraft-game-classcombat</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2016-06-29 06:22:44 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>nocheatplus</artifactId>
|
|
|
|
</dependency>
|
2016-01-18 02:42:47 +01:00
|
|
|
</dependencies>
|
|
|
|
</project>
|