Essentials/nms/FlattenedProvider/pom.xml

22 lines
768 B
XML
Raw Normal View History

2018-08-08 16:42:29 +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>
2018-08-08 16:42:29 +02:00
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>FlattenedProvider</artifactId>
<dependencies>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>
2019-03-01 23:45:25 +01:00
<version>2.16.1</version>
2018-08-08 16:42:29 +02:00
</dependency>
</dependencies>
</project>