Modified:
trunk/phylr-gsoc/pom.xml
Log:
Added commons-cli
Modified: trunk/phylr-gsoc/pom.xml
==============================================================================
--- trunk/phylr-gsoc/pom.xml (original)
+++ trunk/phylr-gsoc/pom.xml Wed Jun 24 19:26:41 2009
@@ -116,6 +116,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.2</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<finalName>phylr-gsoc</finalName>