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 21:53:07 UTC

svn commit: r704647 - /geronimo/server/branches/2.1/assemblies/geronimo-framework/pom.xml

Author: jbohn
Date: Tue Oct 14 12:53:07 2008
New Revision: 704647

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

Modified:
    geronimo/server/branches/2.1/assemblies/geronimo-framework/pom.xml

Modified: geronimo/server/branches/2.1/assemblies/geronimo-framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/assemblies/geronimo-framework/pom.xml?rev=704647&r1=704646&r2=704647&view=diff
==============================================================================
--- geronimo/server/branches/2.1/assemblies/geronimo-framework/pom.xml (original)
+++ geronimo/server/branches/2.1/assemblies/geronimo-framework/pom.xml Tue Oct 14 12:53:07 2008
@@ -95,13 +95,6 @@
         
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>offline-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>jsr88-cli</artifactId>
             <version>${version}</version>
             <type>car</type>