EcoEnchants/NMS/API/pom.xml

24 lines
842 B
XML
Raw Normal View History

2020-08-28 17:14:36 +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>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
2020-10-29 15:58:55 +01:00
<version>5.0.1</version>
<relativePath>../../pom.xml</relativePath>
2020-08-28 17:14:36 +02:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>API</artifactId>
<name>EcoEnchants API</name>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
2020-10-10 22:00:17 +02:00
<version>1.15.2-R0.1-SNAPSHOT</version>
2020-08-28 17:14:36 +02:00
<scope>provided</scope>
</dependency>
</dependencies>
</project>