Support for new instruction format, dependency on Apache commons

This commit is contained in:
Michael Jumper
2011-09-10 19:08:42 -07:00
parent e3260ca3e9
commit 12717e038c
3 changed files with 48 additions and 32 deletions

View File

@@ -43,6 +43,13 @@
<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>