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 2007/01/23 14:50:36 UTC

svn commit: r499022 - in /geronimo/devtools/eclipse-plugin/branches/1.2.1: plugins/org.apache.geronimo.st.core/pom.xml pom.xml

Author: sppatel
Date: Tue Jan 23 05:50:35 2007
New Revision: 499022

URL: http://svn.apache.org/viewvc?view=rev&rev=499022
Log:
more dependencies to depmgmt

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

Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/pom.xml?view=diff&rev=499022&r1=499021&r2=499022
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/pom.xml Tue Jan 23 05:50:35 2007
@@ -115,12 +115,10 @@
         <dependency>
             <groupId>xstream</groupId>
             <artifactId>xstream</artifactId>
-            <version>1.1.3</version>     
         </dependency>
         <dependency>
             <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-            <version>2.0.0</version>     
+            <artifactId>xbean</artifactId>    
         </dependency>
         <!--<dependency>
         	<groupId>org.apache.geronimo.devtools</groupId>

Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml?view=diff&rev=499022&r1=499021&r2=499022
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml Tue Jan 23 05:50:35 2007
@@ -145,6 +145,16 @@
                 <artifactId>osgi</artifactId>
                 <version>3.2.1.R32x_v20060919</version>
             </dependency>
+            <dependency>
+                <groupId>xstream</groupId>
+                <artifactId>xstream</artifactId>
+                <version>1.1.3</version>     
+            </dependency>
+            <dependency>
+                <groupId>xmlbeans</groupId>
+                <artifactId>xbean</artifactId>
+                <version>2.0.0</version>     
+            </dependency>
             <!-- Dependencies for Crimson DOM Bug Workaround -->
             <dependency>
                 <groupId>xerces</groupId>