You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/14 22:01:15 UTC

svn commit: r704650 - in /geronimo/server/trunk/plugingroups/framework: pom.xml src/main/history/dependencies.xml

Author: jbohn
Date: Tue Oct 14 13:01:15 2008
New Revision: 704650

URL: http://svn.apache.org/viewvc?rev=704650&view=rev
Log:
GERONIMO-4356 - looks like just jsr88-cli is needed so I'm removing offline-deployer

Modified:
    geronimo/server/trunk/plugingroups/framework/pom.xml
    geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/plugingroups/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/framework/pom.xml?rev=704650&r1=704649&r2=704650&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/framework/pom.xml (original)
+++ geronimo/server/trunk/plugingroups/framework/pom.xml Tue Oct 14 13:01:15 2008
@@ -126,13 +126,6 @@
             <version>${version}</version>
             <type>car</type>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>offline-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
     </dependencies>
 
 </project>

Modified: geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml?rev=704650&r1=704649&r2=704650&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml Tue Oct 14 13:01:15 2008
@@ -22,43 +22,38 @@
         <type>car</type>
     </dependency>
     <dependency>
-        <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>client-system</artifactId>
+        <groupId>org.apache.geronimo.assemblies</groupId>
+        <artifactId>geronimo-boilerplate</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>jsr88-cli</artifactId>
+        <artifactId>client-system</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>offline-deployer</artifactId>
+        <artifactId>j2ee-system</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>gshell-geronimo</artifactId>
-        <type>car</type>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.geronimo.assemblies</groupId>
-        <artifactId>geronimo-boilerplate</artifactId>
+        <artifactId>rmi-naming</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>j2ee-system</artifactId>
+        <artifactId>gshell-framework</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>rmi-naming</artifactId>
+        <artifactId>jsr88-cli</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>gshell-framework</artifactId>
+        <artifactId>server-security-config</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
@@ -68,7 +63,7 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>server-security-config</artifactId>
+        <artifactId>gshell-geronimo</artifactId>
         <type>car</type>
     </dependency>
 </plugin-artifact>