You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/08/09 14:14:51 UTC

svn commit: r430040 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml

Author: sppatel
Date: Wed Aug  9 05:14:50 2006
New Revision: 430040

URL: http://svn.apache.org/viewvc?rev=430040&view=rev
Log:
GERONIMODEVTOOLS-96 missing xmlbeans dependency

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml?rev=430040&r1=430039&r2=430040&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml Wed Aug  9 05:14:50 2006
@@ -97,5 +97,10 @@
             <artifactId>xstream</artifactId>
             <version>1.1.3</version>     
         </dependency>
+        <dependency>
+            <groupId>xmlbeans</groupId>
+            <artifactId>xbean</artifactId>
+            <version>2.0.0</version>     
+        </dependency>
     </dependencies>
 </project>