2016-06-10 03:04:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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">
|
|
|
|
<parent>
|
|
|
|
<artifactId>EssentialsXParent</artifactId>
|
|
|
|
<groupId>net.ess3</groupId>
|
2019-03-01 23:45:25 +01:00
|
|
|
<version>2.16.1</version>
|
2016-06-10 03:04:02 +02:00
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>ReflectionProvider</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>NMSProvider</artifactId>
|
2019-03-01 23:45:25 +01:00
|
|
|
<version>2.16.1</version>
|
2016-06-10 03:04:02 +02:00
|
|
|
</dependency>
|
2018-08-19 22:16:16 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
|
|
|
<version>1.12.2-R0.1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2016-06-10 03:04:02 +02:00
|
|
|
</dependencies>
|
|
|
|
</project>
|