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/10/05 02:23:19 UTC

svn commit: r582045 - /geronimo/sandbox/gshell/trunk/gshell-command-api/pom.xml

Author: jdillon
Date: Thu Oct  4 17:23:18 2007
New Revision: 582045

URL: http://svn.apache.org/viewvc?rev=582045&view=rev
Log:
We don't need plexus in here anymore

Modified:
    geronimo/sandbox/gshell/trunk/gshell-command-api/pom.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-command-api/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-command-api/pom.xml?rev=582045&r1=582044&r2=582045&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-command-api/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-command-api/pom.xml Thu Oct  4 17:23:18 2007
@@ -67,17 +67,7 @@
             <artifactId>gshell-prefs</artifactId>
             <version>${version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-component-api</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-component-annotations</artifactId>
-        </dependency>
-
+        
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>