Fixed pom.xml

This commit is contained in:
Feildmaster 2012-02-22 07:00:42 -06:00 committed by EvilSeph
parent 036b5c3956
commit 70c5f06425

View File

@ -111,6 +111,12 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>