<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> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <showDeprecation>true</showDeprecation> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.bukkit</groupId> <artifactId>bukkit</artifactId> <version>1.8-R0.1-SNAPSHOT</version> <scope>provided</scope> </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> <version>1.2.32</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>