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/27 09:28:41 UTC

svn commit: r721116 - in /geronimo/gshell/trunk: gshell-support/gshell-artifact-maven/pom.xml pom.xml

Author: jdillon
Date: Thu Nov 27 00:28:41 2008
New Revision: 721116

URL: http://svn.apache.org/viewvc?rev=721116&view=rev
Log:
Add dep to ensure that repo is loaded

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/pom.xml
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/pom.xml?rev=721116&r1=721115&r2=721116&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/pom.xml Thu Nov 27 00:28:41 2008
@@ -43,6 +43,12 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-local-repository</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
@@ -87,7 +93,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-project</artifactId>
-            <version>2.1.0-r721111</version>
+            <version>2.1.0-M2-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.maven</groupId>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=721116&r1=721115&r2=721116&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Thu Nov 27 00:28:41 2008
@@ -145,7 +145,13 @@
             </dependency>
             
             <!-- INTERNAL -->
-            
+
+            <dependency>
+                <groupId>org.apache.geronimo.gshell</groupId>
+                <artifactId>gshell-local-repository</artifactId>
+                <version>1.0-alpha-2-SNAPSHOT</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.apache.geronimo.gshell.support</groupId>
                 <artifactId>gshell-yarn</artifactId>