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/24 10:14:46 UTC

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

Author: jdillon
Date: Sat May 24 01:14:46 2008
New Revision: 659767

URL: http://svn.apache.org/viewvc?rev=659767&view=rev
Log:
jline is picked up from gshell-io

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

Modified: geronimo/gshell/trunk/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-core/pom.xml?rev=659767&r1=659766&r2=659767&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-core/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-core/pom.xml Sat May 24 01:14:46 2008
@@ -64,11 +64,6 @@
         </dependency>
 
         <dependency>
-            <groupId>jline</groupId>
-            <artifactId>jline</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>commons-jexl</groupId>
             <artifactId>commons-jexl</artifactId>
         </dependency>