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

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

Author: jdillon
Date: Mon Sep  3 19:43:51 2007
New Revision: 572496

URL: http://svn.apache.org/viewvc?rev=572496&view=rev
Log:
Hook up the gshell-layout module

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

Modified: geronimo/sandbox/gshell/trunk/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-core/pom.xml?rev=572496&r1=572495&r2=572496&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-core/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-core/pom.xml Mon Sep  3 19:43:51 2007
@@ -57,10 +57,11 @@
         </dependency>
 
         <dependency>
-            <groupId>jline</groupId>
-            <artifactId>jline</artifactId>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-layout</artifactId>
+            <version>${pom.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-container-default</artifactId>