mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-02-17 04:41:41 +01:00
added missing entry for CommandsEX in pom.xml
This commit is contained in:
parent
95824b24eb
commit
2c87954d4f
7
pom.xml
7
pom.xml
@ -251,6 +251,13 @@
|
|||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/lib/Dosh.jar</systemPath>
|
<systemPath>${project.basedir}/lib/Dosh.jar</systemPath>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user