2015-06-17 16:25:46 +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>
|
2015-07-29 23:22:10 +02:00
|
|
|
<artifactId>EssentialsXParent</artifactId>
|
2015-06-17 16:25:46 +02:00
|
|
|
<groupId>net.ess3</groupId>
|
2018-05-18 10:23:20 +02:00
|
|
|
<version>2.15.0</version>
|
2015-06-17 16:25:46 +02:00
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2016-03-29 01:42:33 +02:00
|
|
|
<artifactId>UpdatedMetaProvider</artifactId>
|
2018-07-17 10:38:01 +02:00
|
|
|
|
2015-06-17 16:25:46 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>NMSProvider</artifactId>
|
2018-05-18 10:23:20 +02:00
|
|
|
<version>2.15.0</version>
|
2015-06-17 16:25:46 +02:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|