[seam-commits] Seam SVN: r11408 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 20 09:31:50 EDT 2009


Author: manaRH
Date: 2009-08-20 09:31:49 -0400 (Thu, 20 Aug 2009)
New Revision: 11408

Modified:
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-2489

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-20 12:06:00 UTC (rev 11407)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-20 13:31:49 UTC (rev 11408)
@@ -34,6 +34,12 @@
       <name>JBoss Snapshot Repository</name>
       <url>http://snapshots.jboss.org/maven2</url>
     </repository> 
+    <repository>      
+      <id>maven_eap5</id>
+      <name>EAP5 Central Repository</name>
+      <url>http://repository.jboss.org/maven2-brew</url>
+    </repository>        
+    
 <!--    <repository>      -->
 <!--      <id>maven_central</id>-->
 <!--      <name>Maven Central Repository</name>-->
@@ -216,13 +222,13 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
-        <version>1.2_12</version>
+        <version>1.2_13</version>
       </dependency>
 
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
-        <version>1.2_12</version>
+        <version>1.2_13</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>
@@ -293,7 +299,7 @@
       <dependency>
         <groupId>jgroups</groupId>
         <artifactId>jgroups</artifactId>
-        <version>2.6.11.GA</version>
+        <version>2.6.12.GA</version>
       </dependency>
 
       <dependency>
@@ -541,7 +547,13 @@
       <dependency>
         <groupId>javax.mail</groupId>
         <artifactId>mail</artifactId>
-        <version>1.4</version>
+        <version>1.4.2</version>
+        <exclusions>
+        	<exclusion>
+        		<groupId>javax.activation</groupId>
+        		<artifactId>activation</artifactId>
+        	</exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>



More information about the seam-commits mailing list