[seam-commits] Seam SVN: r8658 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Aug 11 17:49:47 EDT 2008


Author: manaRH
Date: 2008-08-11 17:49:47 -0400 (Mon, 11 Aug 2008)
New Revision: 8658

Modified:
   branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1058

Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml	2008-08-11 21:04:21 UTC (rev 8657)
+++ branches/Seam_2_0_FP/build/root.pom.xml	2008-08-11 21:49:47 UTC (rev 8658)
@@ -38,12 +38,12 @@
       <id>snapshots.jboss.org</id>
       <name>JBoss Snapshot Repository</name>
       <url>http://snapshots.jboss.org/maven2</url>
-    </repository>
+    </repository>    
   </repositories>
   
   <!-- Externalize some version numbers here -->
   <properties>
-    <version.richfaces>3.1.4.GA</version.richfaces>
+    <version.richfaces>3.1.6.GA</version.richfaces>
     <version.drools>4.0.7-SOA-P</version.drools>
   </properties>
 
@@ -156,7 +156,13 @@
           </exclusion>
         </exclusions>
       </dependency>
-
+      
+		<dependency>
+			<groupId>commons-digester</groupId>
+			<artifactId>commons-digester</artifactId>
+			<version>1.7-brew</version>
+		</dependency>
+		
       <dependency>
         <groupId>org.richfaces.framework</groupId>
         <artifactId>richfaces-impl</artifactId>
@@ -176,7 +182,7 @@
           </exclusion>
         </exclusions>
       </dependency>
-
+      
       <dependency>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui</artifactId>
@@ -487,7 +493,7 @@
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy-all</artifactId>
-        <version>1.5.4</version>
+        <version>1.5.6</version>
         <exclusions>
           <!-- groovy-all imports a lot of stuff, would be better to just use specific bits -->
           <exclusion>
@@ -644,7 +650,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring</artifactId>
-        <version>2.0.6</version>
+        <version>2.0.8</version>
         <exclusions>
           <!-- Prevent the insanity which is commons-logging pom introducing dependencies on weird stuff -->
           <exclusion>
@@ -752,7 +758,7 @@
       <dependency>
         <groupId>com.google.gwt</groupId>
         <artifactId>gwt-servlet</artifactId>
-        <version>1.4.60</version>
+        <version>1.4.62</version>
       </dependency>
 
       <dependency>




More information about the seam-commits mailing list