2013-10-18 11:49:03 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2015-04-15 04:06:16 +00:00
|
|
|
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>
|
2013-10-18 11:49:03 +00:00
|
|
|
|
2015-04-15 04:06:16 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>EssentialsParent</artifactId>
|
2015-04-20 17:50:01 +00:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2015-04-15 04:06:16 +00:00
|
|
|
</parent>
|
2013-10-18 11:49:03 +00:00
|
|
|
|
2015-04-24 20:32:50 +00:00
|
|
|
<artifactId>EssentialsX</artifactId>
|
2013-10-18 11:49:03 +00:00
|
|
|
|
2015-04-15 04:06:16 +00:00
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>GPLv3</name>
|
|
|
|
<url>http://www.gnu.org/copyleft/gpl.html</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
2013-10-18 11:49:03 +00:00
|
|
|
|
2014-04-06 14:50:18 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<configuration>
|
2015-04-20 19:33:36 +00:00
|
|
|
<showDeprecation>false</showDeprecation>
|
2014-04-06 14:50:18 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<dependencies>
|
2015-04-15 04:06:16 +00:00
|
|
|
<dependency>
|
2015-04-16 13:52:29 +00:00
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
2015-06-01 13:44:49 +00:00
|
|
|
<version>1.8.4-R0.1-SNAPSHOT</version>
|
2015-04-15 04:06:16 +00:00
|
|
|
</dependency>
|
|
|
|
<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.vault</groupId>
|
|
|
|
<artifactId>Vault</artifactId>
|
2015-04-22 15:42:27 +00:00
|
|
|
<version>1.5.4</version>
|
2015-04-15 04:06:16 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>zPermissions</groupId>
|
|
|
|
<artifactId>zPermissions</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/../lib/zPermissions.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2015-04-22 15:42:27 +00:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>vault-repo</id>
|
|
|
|
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
2013-12-28 13:21:26 +00:00
|
|
|
</project>
|