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 2008/05/06 16:14:51 UTC

svn commit: r653785 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Tue May  6 07:14:50 2008
New Revision: 653785

URL: http://svn.apache.org/viewvc?rev=653785&view=rev
Log:
Upgrade XStream to 1.3 and JUnit to 3.8.2

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=653785&r1=653784&r2=653785&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue May  6 07:14:50 2008
@@ -613,21 +613,18 @@
             </dependency>
 
             <dependency>
-                <groupId>xpp3</groupId>
-                <artifactId>xpp3</artifactId>
-                <version>1.1.3.4.O</version>
-            </dependency>
-
-            <!--
-            TODO: Upgrade to the latest version.
-            -->
-            <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.2.2</version>
+                <version>1.3</version>
             </dependency>
 
             <dependency>
+                <groupId>xpp3</groupId>
+                <artifactId>xpp3</artifactId>
+                <version>1.1.4c</version>
+            </dependency>
+            
+            <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-core</artifactId>
                 <version>1.0-SNAPSHOT</version>
@@ -651,13 +648,10 @@
                 <version>1.0-SNAPSHOT</version>
             </dependency>
 
-            <!--
-            TODO: Upgrade to latest version.
-            -->
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>3.8.1</version>
+                <version>3.8.2</version>
             </dependency>
 
             <dependency>