mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-05 11:24:19 +00:00
137 lines
3.9 KiB
XML
137 lines
3.9 KiB
XML
|
<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>
|
||
|
|
||
|
<parent>
|
||
|
<groupId>net.ess3</groupId>
|
||
|
<artifactId>EssentialsParent</artifactId>
|
||
|
<version>2.x-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>Essentials</artifactId>
|
||
|
|
||
|
<url>http://ess3.net/</url>
|
||
|
|
||
|
<organization>
|
||
|
<name>Essentials Team</name>
|
||
|
<url>http://ess3.net/</url>
|
||
|
</organization>
|
||
|
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>GPLv3</name>
|
||
|
<url>http://www.gnu.org/copyleft/gpl.html</url>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
|
||
|
<scm>
|
||
|
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
|
||
|
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
|
||
|
<url>https://github.com/essentials/Essentials</url>
|
||
|
</scm>
|
||
|
|
||
|
<issueManagement>
|
||
|
<system>JIRA</system>
|
||
|
<url>http://essentials3.atlassian.net</url>
|
||
|
</issueManagement>
|
||
|
|
||
|
<ciManagement>
|
||
|
<system>TeamCity</system>
|
||
|
<url>http://ci.ess3.net/</url>
|
||
|
</ciManagement>
|
||
|
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>vault-repo</id>
|
||
|
<url>http://ci.herocraftonline.com/plugin/repository/everything</url>
|
||
|
</repository>
|
||
|
<repository>
|
||
|
<id>kitteh-repo</id>
|
||
|
<url>http://repo.kitteh.org/content/groups/public/</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>BOSEconomy</groupId>
|
||
|
<artifactId>BOSEconomy</artifactId>
|
||
|
<version>v0.7.8.1</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/BOSEconomy.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>de.bananaco</groupId>
|
||
|
<artifactId>bPermissions</artifactId>
|
||
|
<version>v2.12-DEV</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>iConomy</groupId>
|
||
|
<artifactId>iConomy5</artifactId>
|
||
|
<version>5</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/iCo5.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>iConomy</groupId>
|
||
|
<artifactId>iConomy6</artifactId>
|
||
|
<version>6</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/iCo6.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>net.ess3</groupId>
|
||
|
<artifactId>GroupManager</artifactId>
|
||
|
<version>${project.version}</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../EssentialsGroupManager/dist/EssentialsGroupManager.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>MultiCurrency</groupId>
|
||
|
<artifactId>MultiCurrency</artifactId>
|
||
|
<version>2.2</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/MultiCurrency.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.platymuus</groupId>
|
||
|
<artifactId>bukkit-permissions</artifactId>
|
||
|
<version>2.0</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/PermissionsBukkit.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>ru.tehkode</groupId>
|
||
|
<artifactId>PermissionsEx</artifactId>
|
||
|
<version>1.20.4</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/PermissionsEx.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>Privileges</groupId>
|
||
|
<artifactId>Privileges</artifactId>
|
||
|
<version>1.8.1</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/Privileges.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>SimplyPerms</groupId>
|
||
|
<artifactId>SimplyPerms</artifactId>
|
||
|
<version>1.7.6</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/SimplyPerms.jar</systemPath>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>net.milkbowl</groupId>
|
||
|
<artifactId>vault</artifactId>
|
||
|
<version>1.2.27</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>zPermissions</groupId>
|
||
|
<artifactId>zPermissions</artifactId>
|
||
|
<version>1.1</version>
|
||
|
<scope>system</scope>
|
||
|
<systemPath>${project.basedir}/../lib/zPermissions.jar</systemPath>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|