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/06/11 20:57:54 UTC

svn commit: r666786 - /geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml

Author: jdillon
Date: Wed Jun 11 11:57:54 2008
New Revision: 666786

URL: http://svn.apache.org/viewvc?rev=666786&view=rev
Log:
Nothing depends directly on gshell-core anymore... weee

Modified:
    geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml

Modified: geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml?rev=666786&r1=666785&r2=666786&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml Wed Jun 11 11:57:54 2008
@@ -45,7 +45,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-core</artifactId>
+            <artifactId>gshell-plugin</artifactId>
         </dependency>
     </dependencies>