You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/20 12:08:12 UTC

svn commit: r697344 - /geronimo/gshell/trunk/gshell-remote/gshell-whisper/pom.xml

Author: jdillon
Date: Sat Sep 20 03:08:12 2008
New Revision: 697344

URL: http://svn.apache.org/viewvc?rev=697344&view=rev
Log:
commons-vfs is not needed here (yet)

Modified:
    geronimo/gshell/trunk/gshell-remote/gshell-whisper/pom.xml

Modified: geronimo/gshell/trunk/gshell-remote/gshell-whisper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/gshell-whisper/pom.xml?rev=697344&r1=697343&r2=697344&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-remote/gshell-whisper/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-remote/gshell-whisper/pom.xml Sat Sep 20 03:08:12 2008
@@ -79,11 +79,6 @@
         </dependency>
 
         <dependency>
-            <groupId>commons-vfs</groupId>
-            <artifactId>commons-vfs</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>