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:47:04 UTC

svn commit: r619560 - /geronimo/server/trunk/framework/configs/online-deployer/pom.xml

Author: djencks
Date: Thu Feb  7 10:47:02 2008
New Revision: 619560

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

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

Modified: geronimo/server/trunk/framework/configs/online-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/online-deployer/pom.xml?rev=619560&r1=619559&r2=619560&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/online-deployer/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/online-deployer/pom.xml Thu Feb  7 10:47:02 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>