[seam-commits] Seam SVN: r10031 - branches/enterprise/JBPAPP_4_3_FP01/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 11 10:00:23 EST 2009


Author: manaRH
Date: 2009-02-11 10:00:23 -0500 (Wed, 11 Feb 2009)
New Revision: 10031

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
   branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
Log:
JBPAPP-1699

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2009-02-10 12:36:40 UTC (rev 10030)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2009-02-11 15:00:23 UTC (rev 10031)
@@ -208,11 +208,17 @@
           </exclusion>
         </exclusions>
       </dependency>
+      
+      <dependency>
+    	<groupId>emma</groupId>
+    	<artifactId>emma</artifactId>
+    	<version>2.0.5312</version>
+      </dependency>
 
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
-        <version>1.2_09-brew</version>
+        <version>1.2_10</version>
       </dependency>
       
       <dependency>
@@ -224,7 +230,7 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
-        <version>1.2_09-brew</version>
+        <version>1.2_10-brew</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>
@@ -250,19 +256,25 @@
       <dependency>
         <groupId>jboss</groupId>
         <artifactId>jboss-cache</artifactId>
-        <version>1.4.1.SP10-brew</version>
+        <version>1.4.1.SP11</version>
       </dependency>
 
       <dependency>
         <groupId>jgroups</groupId>
         <artifactId>jgroups</artifactId>
-        <version>2.4.4.GA-brew</version>
+        <version>2.4.5.GA</version>
+        <exclusions>
+        	<exclusion>
+        		<groupId>beanshell</groupId>
+        		<artifactId>beanshell</artifactId>
+        	</exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>
         <groupId>hibernate</groupId>
         <artifactId>hibernate3</artifactId>
-        <version>3.2.4.SP1_CP06-brew</version>
+        <version>3.2.4.SP1_CP07-brew</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>
@@ -365,8 +377,8 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.7.0clean-brew</version>
-        <exclusions>
+        <version>1.8.0</version>
+        <exclusions>       
           <exclusion>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml	2009-02-10 12:36:40 UTC (rev 10030)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml	2009-02-11 15:00:23 UTC (rev 10031)
@@ -197,7 +197,7 @@
         </exclusion>
       </exclusions>
     </dependency>
-    
+
     <dependency>
     	<groupId>emma</groupId>
     	<artifactId>emma</artifactId>




More information about the seam-commits mailing list