2014-07-12 22:30:51 +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>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>ncpcompatprotocollib</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>NCPCompatProtocolLib</name>
|
2015-02-04 18:49:52 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2014-07-12 22:30:51 +02:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>nocheatplus-parent</artifactId>
|
2015-02-06 02:05:48 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2014-07-12 22:30:51 +02:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>comphenix-rep</id>
|
|
|
|
<name>Comphenix Repository</name>
|
|
|
|
<url>http://repo.comphenix.net/content/groups/public</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>ncpcore</artifactId>
|
2015-02-06 02:05:48 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2014-07-12 22:30:51 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.comphenix.protocol</groupId>
|
|
|
|
<artifactId>ProtocolLib</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<description>Features using the plugin ProtocolLib:
|
|
|
|
http://dev.bukkit.org/bukkit-plugins/protocollib/</description>
|
|
|
|
</project>
|