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/10/08 14:27:01 UTC

svn commit: r702829 - /geronimo/gshell/trunk/gshell-support/gshell-console/pom.xml

Author: jdillon
Date: Wed Oct  8 05:27:00 2008
New Revision: 702829

URL: http://svn.apache.org/viewvc?rev=702829&view=rev
Log:
Drop testing muck, not needed

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-console/pom.xml

Modified: geronimo/gshell/trunk/gshell-support/gshell-console/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-console/pom.xml?rev=702829&r1=702828&r2=702829&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-console/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-console/pom.xml Wed Oct  8 05:27:00 2008
@@ -42,13 +42,7 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>test</scope>
-        </dependency>
-
+        
         <dependency>
             <groupId>org.apache.geronimo.gshell.support</groupId>
             <artifactId>gshell-terminal</artifactId>