Fix pom formatting.

This commit is contained in:
OverCaste 2014-02-20 22:37:12 -06:00
parent 9971bbc570
commit dc93b2d968
1 changed files with 8 additions and 8 deletions

16
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>
@ -451,4 +451,4 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
</plugin>
</plugins>
</build>
</project>
</project>