You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/01/09 18:12:35 UTC

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

Author: dwoods
Date: Wed Jan  9 09:12:34 2008
New Revision: 610467

URL: http://svn.apache.org/viewvc?rev=610467&view=rev
Log:
GERONIMO-3740 Fail to run Deploy.bat/sh

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=610467&r1=610466&r2=610467&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/online-deployer/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/online-deployer/pom.xml Wed Jan  9 09:12:34 2008
@@ -107,6 +107,11 @@
 
         <!-- used by plugin installer -->
         <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-plugin</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
         </dependency>