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/11/26 20:39:16 UTC

svn commit: r1206556 - /incubator/rat/whisker/trunk/apache-whisker-model/pom.xml

Author: rdonkin
Date: Sat Nov 26 19:39:15 2011
New Revision: 1206556

URL: http://svn.apache.org/viewvc?rev=1206556&view=rev
Log:
Removed unused dependency.

Modified:
    incubator/rat/whisker/trunk/apache-whisker-model/pom.xml

Modified: incubator/rat/whisker/trunk/apache-whisker-model/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/apache-whisker-model/pom.xml?rev=1206556&r1=1206555&r2=1206556&view=diff
==============================================================================
--- incubator/rat/whisker/trunk/apache-whisker-model/pom.xml (original)
+++ incubator/rat/whisker/trunk/apache-whisker-model/pom.xml Sat Nov 26 19:39:15 2011
@@ -39,11 +39,6 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
     </dependency>
-
-    <dependency>
-        <groupId>commons-cli</groupId>
-        <artifactId>commons-cli</artifactId>
-    </dependency>
       
     <dependency>
       <groupId>junit</groupId>