You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2011/08/07 13:24:56 UTC

svn commit: r1154693 - /incubator/rat/whisker/trunk/legacy/pom.xml

Author: rdonkin
Date: Sun Aug  7 11:24:56 2011
New Revision: 1154693

URL: http://svn.apache.org/viewvc?rev=1154693&view=rev
Log:
Start building command line interface

Modified:
    incubator/rat/whisker/trunk/legacy/pom.xml

Modified: incubator/rat/whisker/trunk/legacy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/legacy/pom.xml?rev=1154693&r1=1154692&r2=1154693&view=diff
==============================================================================
--- incubator/rat/whisker/trunk/legacy/pom.xml (original)
+++ incubator/rat/whisker/trunk/legacy/pom.xml Sun Aug  7 11:24:56 2011
@@ -47,7 +47,13 @@
         <artifactId>commons-lang3</artifactId>
         <version>3.0</version>
     </dependency>
-  
+
+    <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-cli</artifactId>
+        <version>1.2</version>
+    </dependency>
+      
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>