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/27 09:43:09 UTC

svn commit: r1206688 - /incubator/rat/whisker/trunk/apache-whisker-scan/pom.xml

Author: rdonkin
Date: Sun Nov 27 08:43:09 2011
New Revision: 1206688

URL: http://svn.apache.org/viewvc?rev=1206688&view=rev
Log:
Prune unnecessary dependencies.

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

Modified: incubator/rat/whisker/trunk/apache-whisker-scan/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/apache-whisker-scan/pom.xml?rev=1206688&r1=1206687&r2=1206688&view=diff
==============================================================================
--- incubator/rat/whisker/trunk/apache-whisker-scan/pom.xml (original)
+++ incubator/rat/whisker/trunk/apache-whisker-scan/pom.xml Sun Nov 27 08:43:09 2011
@@ -34,31 +34,7 @@
   <artifactId>apache-whisker-scan</artifactId>
   <packaging>jar</packaging>
 
-  <dependencies>
-    <dependency>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>velocity</artifactId>
-        <version>1.7</version>
-    </dependency>
-  
-    <dependency>
-        <groupId>org.jdom</groupId>
-        <artifactId>jdom</artifactId>
-        <version>1.1</version>
-    </dependency>
-
-    <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-lang3</artifactId>
-        <version>3.0</version>
-    </dependency>
-
-    <dependency>
-        <groupId>commons-cli</groupId>
-        <artifactId>commons-cli</artifactId>
-        <version>1.2</version>
-    </dependency>
-      
+  <dependencies>      
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>