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/11/26 12:46:31 UTC

svn commit: r720816 - in /geronimo/gshell/trunk/gshell-commands/gshell-repository: pom.xml src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java

Author: jdillon
Date: Wed Nov 26 03:46:28 2008
New Revision: 720816

URL: http://svn.apache.org/viewvc?rev=720816&view=rev
Log:
Make this work again

Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml
    geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java

Modified: geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml?rev=720816&r1=720815&r2=720816&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml Wed Nov 26 03:46:28 2008
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-artifact</artifactId>
+            <artifactId>gshell-artifact-maven</artifactId>
         </dependency>
     </dependencies>
     

Modified: geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java?rev=720816&r1=720815&r2=720816&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java Wed Nov 26 03:46:28 2008
@@ -19,7 +19,7 @@
 
 package org.apache.geronimo.gshell.commands.repository;
 
-import org.apache.geronimo.gshell.artifact.ArtifactManager;
+import org.apache.geronimo.gshell.artifact.maven.ArtifactManager;
 import org.apache.geronimo.gshell.clp.Option;
 import org.apache.geronimo.gshell.command.CommandAction;
 import org.apache.geronimo.gshell.command.CommandContext;