Remove use of Apache Commons.

This commit is contained in:
Michael Jumper
2012-03-26 11:14:27 -07:00
parent fd4b4610ae
commit 4b72a166ec
2 changed files with 13 additions and 10 deletions

View File

@@ -43,13 +43,6 @@
<version>1.6.1</version>
</dependency>
<!-- Apache Commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
</project>