added missing entry for CommandsEX in pom.xml

This commit is contained in:
mung3r 2012-10-16 16:13:11 -07:00
parent 95824b24eb
commit 2c87954d4f
1 changed files with 7 additions and 0 deletions

View File

@ -251,6 +251,13 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/Dosh.jar</systemPath>
</dependency>
<dependency>
<groupId>com.github.zathrus_writer.commandsex</groupId>
<artifactId>CommandsEX</artifactId>
<version>1.98</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/CommandsEx.jar</systemPath>
</dependency>
</dependencies>
<build>
<resources>