2013-05-21 22:49:05 +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 > ncpcore</artifactId>
<packaging > jar</packaging>
<name > NCPCore</name>
2015-02-04 18:49:52 +01:00
<version > 1.1-SNAPSHOT</version>
2013-05-21 22:49:05 +02:00
<parent >
<groupId > fr.neatmonster</groupId>
<artifactId > nocheatplus-parent</artifactId>
2015-02-06 02:05:48 +01:00
<version > 1.1-SNAPSHOT</version>
2013-05-21 22:49:05 +02:00
</parent>
<dependencies >
<dependency >
<groupId > org.bukkit</groupId>
<artifactId > bukkit</artifactId>
2014-12-05 11:47:34 +01:00
<version > 1.8-R0.1-SNAPSHOT</version>
2013-05-21 22:49:05 +02:00
</dependency>
<dependency >
<groupId > fr.neatmonster</groupId>
2013-05-22 12:24:48 +02:00
<artifactId > ncpcommons</artifactId>
2015-02-06 02:05:48 +01:00
<version > 1.1-SNAPSHOT</version>
2013-05-21 22:49:05 +02:00
</dependency>
</dependencies>
2015-02-04 18:49:52 +01:00
<description > Core components and checks implementations. This contains about everything, just not the component/compat factories and not the plugin itself. NCPCore allows to add more modules/components that use check-specific classes to be added in the factories on NCPPlugin level.
2013-07-06 13:14:24 +02:00
</description>
2013-05-21 22:49:05 +02:00
</project>