You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/13 09:49:06 UTC

svn commit: r421528 - /geronimo/sandbox/svkmerge/m2migration/configs/geronimo-gbean-deployer/pom.xml

Author: jdillon
Date: Thu Jul 13 00:49:06 2006
New Revision: 421528

URL: http://svn.apache.org/viewvc?rev=421528&view=rev
Log:
Needs xmlbeans to function

Modified:
    geronimo/sandbox/svkmerge/m2migration/configs/geronimo-gbean-deployer/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/configs/geronimo-gbean-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/configs/geronimo-gbean-deployer/pom.xml?rev=421528&r1=421527&r2=421528&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/configs/geronimo-gbean-deployer/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/configs/geronimo-gbean-deployer/pom.xml Thu Jul 13 00:49:06 2006
@@ -33,6 +33,7 @@
     <packaging>car</packaging>
     
     <dependencies>
+        
         <!-- needed by the plan -->
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
@@ -52,6 +53,17 @@
             <artifactId>geronimo-deploy-tool</artifactId>
             <version>${pom.version}</version>
         </dependency>
+        
+        <dependency>
+            <groupId>xmlbeans</groupId>
+            <artifactId>xbean</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+        </dependency>
+        
     </dependencies>
     
     <build>