[seam-commits] Seam SVN: r14570 - branches/community/Seam_2_3.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 13 08:04:05 EDT 2012


Author: manaRH
Date: 2012-04-13 08:04:04 -0400 (Fri, 13 Apr 2012)
New Revision: 14570

Modified:
   branches/community/Seam_2_3/pom.xml
Log:
JBSEAM-4927 switched to Seam2 BOM with dependency management

Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml	2012-04-13 11:37:04 UTC (rev 14569)
+++ branches/community/Seam_2_3/pom.xml	2012-04-13 12:04:04 UTC (rev 14570)
@@ -67,17 +67,9 @@
 		<dependencies>
 
 			<dependency>
-			  <groupId>org.jboss.bom</groupId>
-			  <artifactId>jboss-javaee-6.0-with-hibernate</artifactId>
-			  <version>1.0.0.M6</version>
-			  <type>pom</type>
-			  <scope>import</scope>
-			</dependency>
-			
-			<dependency>
-				<groupId>org.jboss.arquillian</groupId>
-				<artifactId>arquillian-bom</artifactId>
-				<version>${version.arquillian_core}</version>
+				<groupId>org.jboss.seam</groupId>
+				<artifactId>bom</artifactId>
+				<version>${project.version}</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>



More information about the seam-commits mailing list