[seam-commits] Seam SVN: r11328 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jul 31 13:59:44 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-07-31 13:59:44 -0400 (Fri, 31 Jul 2009)
New Revision: 11328

Modified:
   branches/community/Seam_2_2/build/core.pom.xml
   branches/community/Seam_2_2/build/root.pom.xml
Log:
JBSEAM-4331

Modified: branches/community/Seam_2_2/build/core.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/core.pom.xml	2009-07-31 16:19:02 UTC (rev 11327)
+++ branches/community/Seam_2_2/build/core.pom.xml	2009-07-31 17:59:44 UTC (rev 11328)
@@ -272,9 +272,9 @@
      </dependency>
      
      <dependency>
-      	<groupId>xstream</groupId>
-  		<artifactId>xstream</artifactId>      	
-      </dependency>
+         <groupId>com.thoughtworks.xstream</groupId>
+         <artifactId>xstream</artifactId>      	
+     </dependency>
       
       <dependency>
       	<groupId>xpp3</groupId>

Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml	2009-07-31 16:19:02 UTC (rev 11327)
+++ branches/community/Seam_2_2/build/root.pom.xml	2009-07-31 17:59:44 UTC (rev 11328)
@@ -785,7 +785,7 @@
             <artifactId>xpp3</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>xstream</groupId>
+            <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
           </exclusion>
         </exclusions>
@@ -823,7 +823,7 @@
             <artifactId>xpp3</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>xstream</groupId>
+            <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
           </exclusion>
           <exclusion>
@@ -838,9 +838,9 @@
       </dependency>
       
       <dependency>
-      	<groupId>xstream</groupId>
-  		<artifactId>xstream</artifactId>
-  		<version>1.1.3</version>      	
+          <groupId>com.thoughtworks.xstream</groupId>
+          <artifactId>xstream</artifactId>
+  	  <version>1.3.1</version>      	
       </dependency>
       
       <dependency>



More information about the seam-commits mailing list