You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/02/07 19:43:45 UTC

svn commit: r619559 - /geronimo/server/branches/2.1/framework/configs/online-deployer/pom.xml

Author: djencks
Date: Thu Feb  7 10:43:42 2008
New Revision: 619559

URL: http://svn.apache.org/viewvc?rev=619559&view=rev
Log:
GERONIMO-3826 add some silly dependencies so gshell will start

Modified:
    geronimo/server/branches/2.1/framework/configs/online-deployer/pom.xml

Modified: geronimo/server/branches/2.1/framework/configs/online-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/online-deployer/pom.xml?rev=619559&r1=619558&r2=619559&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/online-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/online-deployer/pom.xml Thu Feb  7 10:43:42 2008
@@ -112,6 +112,16 @@
         </dependency>
         
         <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-archiver</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
         </dependency>