Fixed formatting, again.

This commit is contained in:
OverCaste 2014-02-20 22:39:18 -06:00
parent dc93b2d968
commit 031cddd325
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -391,13 +391,13 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<scope>system</scope>
<systemPath>${project.basedir}/lib/DigiCoin.jar</systemPath>
</dependency>
<dependency>
<groupId>com.overmc</groupId>
<artifactId>overpermissions</artifactId>
<version>1.0.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/overpermissions-1.0.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.overmc</groupId>
<artifactId>overpermissions</artifactId>
<version>1.0.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/overpermissions-1.0.5.jar</systemPath>
</dependency>
<!-- Test Dependency -->
<dependency>
<groupId>junit</groupId>