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/05/15 20:41:51 UTC

svn commit: r656784 - /geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml

Author: jdillon
Date: Thu May 15 11:41:50 2008
New Revision: 656784

URL: http://svn.apache.org/viewvc?rev=656784&view=rev
Log:
Comment on using transitive deps, doesn't seem to work as desired here atm

Modified:
    geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml

Modified: geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml?rev=656784&r1=656783&r2=656784&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml Thu May 15 11:41:50 2008
@@ -50,6 +50,10 @@
             <version>${version}</version>
         </dependency>
         
+        <!--
+        FIXME: Remove these, they should be picked up transitivly from geronimo-commands.
+        -->
+        
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all-minimal</artifactId>