mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
44 lines
1.3 KiB
XML
44 lines
1.3 KiB
XML
![]() |
<?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">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<groupId>org.anjocaido</groupId>
|
||
|
<artifactId>EssentialsGroupManager</artifactId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
|
||
|
<parent>
|
||
|
<groupId>net.ess3</groupId>
|
||
|
<artifactId>EssentialsXParent</artifactId>
|
||
|
<version>2.0.1</version>
|
||
|
</parent>
|
||
|
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>GPLv3</name>
|
||
|
<url>http://www.gnu.org/copyleft/gpl.html</url>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>net.milkbowl.vault</groupId>
|
||
|
<artifactId>VaultAPI</artifactId>
|
||
|
<version>1.5</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>spigot-repo</id>
|
||
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||
|
</repository>
|
||
|
<repository>
|
||
|
<id>vault-repo</id>
|
||
|
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
|
||
|
</project>
|