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 2007/10/05 02:24:13 UTC

svn commit: r582047 - /geronimo/sandbox/gshell/trunk/pom.xml

Author: jdillon
Date: Thu Oct  4 17:24:12 2007
New Revision: 582047

URL: http://svn.apache.org/viewvc?rev=582047&view=rev
Log:
Move up commons-vfs dm entry

Modified:
    geronimo/sandbox/gshell/trunk/pom.xml

Modified: geronimo/sandbox/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/pom.xml?rev=582047&r1=582046&r2=582047&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/pom.xml Thu Oct  4 17:24:12 2007
@@ -93,6 +93,12 @@
                 <artifactId>blissed</artifactId>
                 <version>1.0-beta-3</version>
             </dependency>
+
+            <dependency>
+                <groupId>commons-vfs</groupId>
+                <artifactId>commons-vfs</artifactId>
+                <version>1.0</version>
+            </dependency>
             
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
@@ -399,6 +405,7 @@
                         </configuration>
                     </execution>
                 </executions>
+                
                 <dependencies>
                     <dependency>
                         <groupId>org.codehaus.plexus</groupId>