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/29 20:07:12 UTC

svn commit: r700189 - /geronimo/gshell/trunk/pom.xml

Author: jdillon
Date: Mon Sep 29 11:07:12 2008
New Revision: 700189

URL: http://svn.apache.org/viewvc?rev=700189&view=rev
Log:
Drop beanshell stuff here

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=700189&r1=700188&r2=700189&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Mon Sep 29 11:07:12 2008
@@ -294,12 +294,6 @@
             </dependency>
             
             <dependency>
-                <groupId>org.beanshell</groupId>
-                <artifactId>bsh</artifactId>
-                <version>2.0b4</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-core</artifactId>
                 <version>2.5.5</version>